Viewing 27 posts - 1 through 27 (of 27 total)
  • Author
    Posts
  • #524338

    Hellow
    I’ve installed Enfold theme and I chose my menu to be at the right side and logo at the left side, the problem is when I hover over the first menu the text alignment is not showing well .my website is

    is there some code to fix this?

    plus there’s a problem with image display in mobile .

    ps:the site is in arabic

    #525280

    Hi Mazyad,

    Sorry for the late reply. Do you mean that the dropdown is showing too far to the right? Please post screenshots of the problem if I’ve misunderstood you.

    Thanks,
    Rikard

    #528630

    Hi Rikard I apologize too for my late reply .I’ve the problem by changing wordpress language to arabic and installed a pluging called English admin so the site is better now still I’m facing few issues I’ll post about if I couldn’t reach to solution . thanks and once again sorry for my late reply too much work

    #528632

    Hey!

    No worries at all! We will keep the thread open and wait to hear from you.
    Thread will be on hold until you post so you can simply re-open it by posting to this thread.

    Best regards,
    Yigit

    #528751

    yeh sure thing thank you guys^_^

    #528790

    Hello I have a weird problem I only crated 3 pages and add them to one menu as a secondary menu ,but! same pages in Arabic along side with the custom page Called ‘Home’ in English appear in the main menu while I didn’t set up any main menu

    here is a capture on my issue

    http://s2.postimg.org/rdkan7u9l/1111.png

    I’m very sure that I didn’t set up any main menu either in infold or the customize page of WordPress itself .is there any solution?and can I delete’Home’ permanently?

    #528805

    Hi!

    Please go to Appearance > Menus and create a menu and check “Enfold main menu” :)

    Regards,
    Yigit

    #528821

    I know this step the I don’t want the main menu and I didn’t put a check mark for it I only checked for a secondary menu

    http://s27.postimg.org/f16xcvj4j/Untitled.png

    please look into this pic

    #528827

    Hi!

    You do not want to display main menu at all? If so, please add following code to Quick CSS in Enfold theme options under General Styling tab

    nav.main_menu { display: none !important; }

    If you would like to remove “home” from your menu and have control over it, you are going to need to create a new menu and check “Enfold main menu” to display it as your main menu

    Best regards,
    Yigit

    #528830

    I do understand but before I didn’t create any main menu and it was perfect just today this problem happened ,because the site still fresh we don’t have any main menu yet , but my client will add in the future for sure .because you see if I created a main menu now with no pages in the mobile it will show like there’s a main menu but empty

    #528919

    Hi!

    Please add following code to Quick CSS to remove main menu and mobile menu temporarily

    a#advanced_menu_toggle, nav.main_menu { display: none !important; } 

    You can remove the code whenever you would like to display your menu.

    Cheers!
    Yigit

    #529014

    Hi Yigit

    I did post the code like you said it still show the main menu in the mobile can you check it please

    #529017

    thanks Yigit it’s working now I had to clear all the cache , still please can you look into it why this uncreated menu is shown?and the Home page is added by itself?

    best regards

    #529136

    Hi!

    That is default menu that will show up until you create one. I do not think there is any way around it.

    Best regards,
    Yigit

    #529603

    Hello sorry if I had post many questions ,I have centered my logo but in mobile it’s not centered I tried some codes from other people’s that have posted same issue and didn’t work

    any help?

    best regards

    #531002

    Hi!

    Add this to your custom CSS.

    @media screen and (max-width: 767px) {
    .logo img {
        right: 50% !important;
        float: none !important;
        position: relative !important;
    }
    }

    Cheers!
    Elliott

    #531184

    Thanks Eliot

    #531662

    Helo there’s still a problem with the logo on mobile and I even tried other codes from other people replies here as well.

    can you check it please on mobile

    #531967

    Hey!

    Please add this in the Quick CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .logo {
        width: 100%;
        text-align: center;
    }
    
    .responsive #top .logo a {
        display: inline-block;
    }
    }

    Cheers!
    Ismael

    #535872

    thnaks so much!

    IS there a way to fix blogsidebar “laatest news” alignment in phone?

    I need the words to start from right and the small pic that represent the post would be on the left

    here’s a capture from my phone

    http://postimg.org/image/c6juktg63/

    #537042

    Hey!

    I’m sorry but I can’t locate the “blog” page. Please post the actual url. Try this in the Quick CSS field:

    .news-thumb {
        float: left;
    }

    Regards,
    Ismael

    #540363

    hello still facing the same problem I took a screenshot on both pc and mobile view

    please check the sidebar widget text alignment

    the first one is from pc view
    the second from mobile view

    thanx

    #542066

    Hi!

    Please add following code to Quick CSS

    .sidebar.smartphones_sidebar_active { padding-top: 20px; }

    Best regards,
    Yigit

    #616703

    Hi there,

    I have an issue with my menu, my website is two languages arabic and english.

    English version is perfect. but the arabic version menu is overlapping i attached the link for you to have a look.

    Kindly advice

    #618075

    Hi,

    I couldn’t see any overlapping on your arabic site, could you post a screenshot highlighting the problem please?

    Regards,
    Rikard

    #618089

    Hi,

    please find below link to the screenshot

    #619799

    Hi!

    use this code inside your Quick CSS field:

    #top .main_menu .menu li {
    float: none;
    }
    

    make sure arabic language inside your backend (WPML) is activated when doing this.

    Best regards,
    Andy

Viewing 27 posts - 1 through 27 (of 27 total)
  • You must be logged in to reply to this topic.