-
AuthorPosts
-
October 25, 2015 at 7:42 am #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 isis there some code to fix this?
plus there’s a problem with image display in mobile .
ps:the site is in arabic
October 27, 2015 at 3:17 am #525280Hi 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,
RikardNovember 2, 2015 at 5:01 pm #528630Hi 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
November 2, 2015 at 5:03 pm #528632Hey!
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,
YigitNovember 2, 2015 at 7:12 pm #528751yeh sure thing thank you guys^_^
November 2, 2015 at 8:56 pm #528790Hello 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?
November 2, 2015 at 9:25 pm #528805Hi!
Please go to Appearance > Menus and create a menu and check “Enfold main menu” :)
Regards,
YigitNovember 2, 2015 at 9:41 pm #528821I 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
November 2, 2015 at 9:46 pm #528827Hi!
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,
YigitNovember 2, 2015 at 9:50 pm #528830I 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
November 3, 2015 at 1:45 am #528919Hi!
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!
YigitNovember 3, 2015 at 6:20 am #529014Hi Yigit
I did post the code like you said it still show the main menu in the mobile can you check it please
November 3, 2015 at 6:45 am #529017thanks 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
November 3, 2015 at 12:31 pm #529136Hi!
That is default menu that will show up until you create one. I do not think there is any way around it.
Best regards,
YigitNovember 3, 2015 at 8:04 pm #529603Hello 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
November 5, 2015 at 5:37 pm #531002Hi!
Add this to your custom CSS.
@media screen and (max-width: 767px) { .logo img { right: 50% !important; float: none !important; position: relative !important; } }
Cheers!
ElliottNovember 5, 2015 at 8:55 pm #531184Thanks Eliot
November 6, 2015 at 9:38 pm #531662Helo 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
November 8, 2015 at 5:14 am #531967Hey!
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!
IsmaelNovember 14, 2015 at 3:13 pm #535872thnaks 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
November 17, 2015 at 3:04 am #537042Hey!
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,
IsmaelNovember 22, 2015 at 5:10 pm #540363hello 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 viewthanx
November 25, 2015 at 12:03 am #542066Hi!
Please add following code to Quick CSS
.sidebar.smartphones_sidebar_active { padding-top: 20px; }
Best regards,
YigitApril 18, 2016 at 5:35 pm #616703Hi 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
April 20, 2016 at 8:59 am #618075Hi,
I couldn’t see any overlapping on your arabic site, could you post a screenshot highlighting the problem please?
Regards,
RikardApril 20, 2016 at 9:16 am #618089Hi,
please find below link to the screenshot
April 22, 2016 at 11:57 am #619799Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.