[8WR] XenPorta (Portal) PRO

[8WR] XenPorta (Portal) PRO [Paid] 1.2.2b

No permission to buy ($40.00)

when i try this , and will share the image to FB i become this in debugger from FB :

caution-solidWarnings That Should Be Fixed
  • The 'og:type' property is required, but not present.
  • Parser Mismatched Metadata
    The parser's result for this metadata did not match the input metadata. Likely, this was caused by the data being ordered in an unexpected way, multiple values being given for a property only expecting a single value, or property values for a given property being mismatched. Here are the input properties that were not seen in the parsed result: 'og:image:url, og:site_name, og:type, og:title, og:description, fb:app_id, fb:admins'
 
witch CDN you use . I don't have CDN
I don't actually use a CDN. What I did is create CDN sub-domains for the sub-directories. Then I just changed the URLs in my config:
Code:
$config['externalDataUrl'] = 'https://data.8wayrun.com';
$config['javaScriptUrl'] = 'https://js.8wayrun.com';
It's not a CDN... but browsers tend to rate the website better and load faster by doing this.
 
I don't actually use a CDN. What I did is create CDN sub-domains for the sub-directories. Then I just changed the URLs in my config:
Code:
$config['externalDataUrl'] = 'https://data.8wayrun.com';
$config['javaScriptUrl'] = 'https://js.8wayrun.com';
It's not a CDN... but browsers tend to rate the website better and load faster by doing this.

ok . @Jaxel

What exactly do I have to do?
Creat subdomain https://js.elnino-onlinegaming.de and https://data.elnino-onlinegaming.de
And than in the config.php
$ Config ['externalDataUrl'] = 'https://js.elnino-onlinegaming.de';
$ Config ['javaScriptUrl'] = 'https://data.elnino-onlinegaming.de';

was that all ?
 
I'm looking to change the layout of the article page by moving the left-aligned sidebar to the right as seen in the screencaps:
From this:
xp2-article_CURRENT.webp

To this:
xp2-article_NEW.webp

I want the "Sponsor Ads" section aligned to the right.
Can someone please share how I could do such a thing with XenPorta 2
I'll appreciate all assistance. Thanks!

J.
 
Perhaps:

Code:
.subHeading a {
    color: color-code;
}

Add it to EXTRA.css
There also *may* be an option in "Style Properties"

-----------------
-----------------

I'm looking to change the layout of the article page by moving the left-aligned sidebar to the right as seen in the screencaps:
From this:
View attachment 146789

To this:
View attachment 146790

I want the "Sponsor Ads" section aligned to the right.
Can someone please share how I could do such a thing with XenPorta 2
I'll appreciate all assistance. Thanks!

J.
Can anyone help with this please? @Jaxel
Thanks,

J.
 
Hello, i am trying to figure out where and how to change the title text/link color? View attachment 146816
Everything is in style properties.

I'm looking to change the layout of the article page by moving the left-aligned sidebar to the right as seen in the screencaps:
From this:
View attachment 146789

To this:
View attachment 146790

I want the "Sponsor Ads" section aligned to the right.
Can someone please share how I could do such a thing with XenPorta 2
I'll appreciate all assistance. Thanks!

J.
The design of the blocks grid was designed as a "most use-case" solution. It has a design that could fit most people's preferred design. If you would like to change it, you would have to apply your own CSS rules to shift different sections around. Everyone always asks "can I do this?"... Yes, you can do whatever you want; if you're willing to write your own CSS rules and template edits.
 
Everything is in style properties.


The design of the blocks grid was designed as a "most use-case" solution. It has a design that could fit most people's preferred design. If you would like to change it, you would have to apply your own CSS rules to shift different sections around. Everyone always asks "can I do this?"... Yes, you can do whatever you want; if you're willing to write your own CSS rules and template edits.
LOL. I completely know it's doable. I've edited many parts of XP2, or rather XP2 widgets... Great script btw. I recommend it to all my clients and will be purchasing my own license soon.

I'm just asking if you could point me in the right direction or suggest a way right-off-hand -- since you're quite familiar with the code -- as to how to accomplish the sidebar edit that I need. I've tried adjusting the .css and it really had no effect that changed the sidebar layout and I'm not at all sure which part of the XP2 code I'd need to adjust.

Anyway - thanks for the consideration.

J.
 
LOL. I completely know it's doable. I've edited many parts of XP2, or rather XP2 widgets... Great script btw. I recommend it to all my clients and will be purchasing my own license soon.

I'm just asking if you could point me in the right direction or suggest a way right-off-hand -- since you're quite familiar with the code -- as to how to accomplish the sidebar edit that I need. I've tried adjusting the .css and it really had no effect that changed the sidebar layout and I'm not at all sure which part of the XP2 code I'd need to adjust.

Anyway - thanks for the consideration.

J.
It should be pretty simple... just edit the first 3 lines of EWRporta_Global.css and swap all the lefts for rights and vice-versa:
Code:
.leftContainer { float: left; margin-right: -{xen:calc '@porta2_leftwidth + 10'}px; width: 100%; }
.leftContent { margin-right: {xen:calc '@porta2_leftwidth + 10'}px; }
.leftSidebar { float: right; width: {xen:property porta2_leftwidth}px; }
 
It should be pretty simple... just edit the first 3 lines of EWRporta_Global.css and swap all the lefts for rights and vice-versa:
Code:
.leftContainer { float: left; margin-right: -{xen:calc '@porta2_leftwidth + 10'}px; width: 100%; }
.leftContent { margin-right: {xen:calc '@porta2_leftwidth + 10'}px; }
.leftSidebar { float: right; width: {xen:property porta2_leftwidth}px; }
Thanks for taking the time. I really appreciate it and will give it a try a bit later.
Hope you have a great Tuesday!

J.
 
BINGO! Code worked perfectly.
Thanks so much @Jaxel
di-KEPO.gif


J.
 
Hello,
I want to hide the article widget for mobile devices. It's easy to do this with the WF widgets. Can it be done with the xenporta widgets as well?
 
Top Bottom