Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1388726

    abolian
    Participant

    hello there,
    thanks for this great theme : )

    when i was browsing the features of X theme, i saw “Right to Left” support, but didn’t notice that
    “Included with X are Stack specific stylesheets that support right to left languages and reposition elements when necessary.”

    now my question (till now didn’t install and activate the theme)

    by supporting the Arabic Right to Left – will I have the same great features ?
    i noticed it’s said – stylesheet needed to be changed or mofifying regarding this.

    and i don’t have the knowledge to do that,

    i hope i don’t have to do any modification to support Arabic

    Thanks

    #1388876

    Christian
    Moderator

    Hey there,

    Please setup X in a staging or test site and check if there are issues with layout and we’ll investigate or advise you on how to setup.

    Thanks.

    #1391663

    abolian
    Participant
    This reply has been marked as private.
    #1391682

    abolian
    Participant

    also, what are stacks – and this effect on the layouts
    some features or option as i think activated for a specific stacks

    one last question,
    no widgets come with X theme that already made with the theme and integrated ?
    i said that because my current theme has a widgets come with.

    what about ADS ? how to manage it through theme ?

    thanks – sorry for this long questions

    #1392533

    Rad
    Moderator

    Hi there,

    Those features are from your current theme, they aren’t available from X theme, cornerstone, or visual composer. You could find a developer that can create same feature and functionality and integrate it to cornerstone or visual composer.

    Same goes for the menu, it’s built-in from your current theme. But with sub-menu effect, I think that’s possible with CSS transform. This is the CSS from your current menu, we could use this as a reference.

    .dd-effect-skew ul.main-menu li:not(.mom_mega):not(.mom_mega_cats) > ul.sub-menu, #navigation.dd-effect-skew .main-menu li.mom_mega.menu-item-depth-0 > .mom_mega_wrap, #navigation.dd-effect-skew .main-menu li.menu-item-depth-0 > .cats-mega-wrap {
        opacity: 0;
        visibility: visible;
        max-width: 0;
        max-height: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: perspective(600px) rotateX(-90deg);
        -moz-transform: perspective(600px) rotateX(-90deg);
        -ms-transform: perspective(600px) rotateX(-90deg);
        -o-transform: perspective(600px) rotateX(-90deg);
        transform: perspective(600px) rotateX(-90deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
        transition: transform 0.5s ease, opacity 0.6s ease, max-height 0.6s step-end, max-width 0.6s step-end, padding 0.6s step-end;
    }
    .dd-effect-skew ul.main-menu li:not(.mom_mega):not(.mom_mega_cats):hover > ul.sub-menu, #navigation.dd-effect-skew .main-menu li.mom_mega.menu-item-depth-0:hover .mom_mega_wrap, #navigation.dd-effect-skew .main-menu li.menu-item-depth-0:hover > .cats-mega-wrap {
        opacity: 1;
        visibility: visible;
        max-width: 5000px;
        max-height: 5000px;
        -webkit-transform: perspective(600px) rotateX(0deg);
        -moz-transform: perspective(600px) rotateX(0deg);
        -ms-transform: perspective(600px) rotateX(0deg);
        -o-transform: perspective(600px) rotateX(0deg);
        transform: perspective(600px) rotateX(0deg);
        -webkit-transition: -webkit-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        -o-transition: -o-transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
        transition: transform 0.5s ease, opacity 0.2s ease, max-height 0s step-end, max-width 0s step-end, padding 0s step-end;
    }

    Yes, each stack as different layout and features.

    Switching themes will reset your menu and widgets, it’s WordPress standard behavior since each theme could have different sidebar/menu placement or ID. And those widgets should be available from inactive area in Admin > Appearance > Widgets. There are widgets that are specific to a theme and will be removed once you move to another theme. Same as shortcodes above, you may wish to contact a developer to create similar widgets.

    And about ads, it’s either custom coding in the templates or using footer/sidebar widgets, or cornerstone raw element. Just add the ads embed code 🙂

    About your first question, RTL and LTR should work well on X theme. And if you have a translation plugin, it will then automatically switch the layout to RTL/LTR and the theme will follow along. Except for plugins that could cause conflict, that needs further troubleshooting.

    Again, with this transition, you should first do it in staging so your current one will serve as a backup and reference.

    Thanks!

    #1394184

    abolian
    Participant

    Thanks for follow up.

    i didn’t think i would need to a developer to do such requests. which cost money more than the theme Price. and i don’t have for that.

    it’s ok to use what X theme provide for menus – but i couldn’t figured out ..
    give me an examples how menues look like ..

    if you follow up my request to refund – you will find that I didn’t ask it for nothing, but i felt that i need more time to costomize the theme with my needs ..
    it’s not a regret to buy the X theme, it’s fantastic ..
    but it’s bad luck that i will have to do many things .. in CSS and i don’t know how to.

    regarding the widgets , i know that it will replace the theme widgets – but in widgets page, i didn’t find X theme widjet .. guide me with tutorials how to built a simple home page with menus using X theme.

    one more thing, cornstone give me message need to validate it , i did that already, is it ok to receive this msg ?

    not to forget, my current theme already give me Visual compressor plugin – this will not conflict with what your visual compressor plugin ?

    if i couldn’t manage the theme, will you help by skype and sharing my screen and guide me to do what i need ? at least the basic of using X theme to carry on

    thank for followup

    #1394432

    abolian
    Participant
    This reply has been marked as private.
    #1394661

    Rad
    Moderator

    Hi there,

    We could always help with CSS, but we first need to understand the require changes. Because we can’t cover the complex one.

    As for the home page, you can import Ethos 01 demo and it will setup all configuration needed. It well set your home page as well. But you can always set your home page manually at Admin > Settings > Reading > Front page displays > A static page > Front page. Then you can check this https://community.theme.co/kb/customizer-ethos/

    But before I continue, would you mind providing your login credentials in private reply. I like to walk through the sections you mentioned from the video. And I need to check the validation, hence, please provide your purchase key in private reply as well.

    Thanks!

    #1394796

    abolian
    Participant
    This reply has been marked as private.
    #1395113

    abolian
    Participant

    additional questions,

    how to display author box and fill some information and links to his posts on the website,
    i found a lesson on KB but by using shortcout code , do i have to post it every post ?
    i need it to be automatilcaly there on each post and have the option to disable the box when needed it ,

    when enable post slider for blog, it give me empty white space between menu and posts down, no slider is shown

    apperciate your cooperate

    thanks

    #1395431

    Rad
    Moderator

    Hi there,

    Can I import the demo? It will override whatever you have on your site. The both empty space are post slider and post carousel which are mentioned here https://community.theme.co/kb/customizer-ethos/. Maybe random is the default source, but you can always set it to features so you can just choose what to display.

    Let’s say you set them as featured, then you may go to Admin > Posts and choose and edit the posts you wish to appear as featured. Then go to Ethos post settings of the post you’re currently editing and check where you wish it to be displayed, (carousel, slide). Featured means you should choose which post manually.

    About the author box, please install a child theme then add this code to your child theme’s functions.php with your preferred shortcode.

    add_filter('the_content', 'display_author_box', 999999);
    
    function display_author_box ( $content ) {
    
    return is_singular('post') ? $content.do_shortcode('YOUR SHORTCODE HERE') : $content;
    
    }

    It will automatically add the shortcode on every post.

    Thanks!

    #1395635

    abolian
    Participant

    I already import the demo .. before last replay ..
    But from ur aide ..i dont want to override my content if that what you mean ..

    Please note. That font size for widjet ( website catagories ) is small ..

    If your import will not override the content ..you are free to go ..
    I dont cate about settimgs of the theme ..i am still working on it

    But please not override the content
    ..

    Waiting for your response

    #1395679

    abolian
    Participant
    This reply has been marked as private.
    #1395728

    abolian
    Participant
    This reply has been marked as private.
    #1395834

    Rad
    Moderator

    Hi there,

    Before we continue, please disable all the cache and any optimization plugin from your site. You’re developing your site and you’re expecting to see the changes instantly and cache will not let you see them. Cache is served as static content until you clean them or it expires.

    Optimization should be done ONLY once you’re done developing your site, it’s more recommended on the finished site.

    Thanks!