Forum Replies Created
-
AuthorPosts
-
Hi Ultrahead!
Thanks for reaching out to us!
Are you experiencing this on a particular browser? I visited your site using Google Chrome and was unable to see the issue. I visited the pages over and over again after being on the homepage. Please see the video I have attached.
Let me know if you are still experiencing the issue.
Best regards,
JordanHey mawebdesign!
Thanks for getting in touch!
Are you experiencing this on all mobile devices? Let me know the device you are having the issue on. I have viewed your site on a Samsung Galaxy and the buttons appeared. Please view my screenshot attached.
Regards,
JordanHey benrroberts!
Thanks for reaching out to us!
Could you please provide a link to your site and login details if possible so we can have a closer look. You can place the details in the Private Content section of your reply.
Cheers!
JordanHi joeb1981!
Thanks for reaching out to us!
Please go to Enfold -> Header and under Menu and Logo Position select Logo center, menu below. Also go to Enfold -> General Styling -> Quick CSS and add the following code:
.html_header_top.html_bottom_nav_header .main_menu>div { float: left; }
Cheers!
JordanHey!
Thanks for getting in touch!
It seems the image links may be broken. Please try the following plugin to regenerate the images https://wordpress.org/plugins/regenerate-thumbnails/
If that does not help, please provide login details to your site. You can place the details in the Private content section of your reply.
Best regards,
JordanHey!
Well I’m glad it fixed the issue :)
Let me know if there is anything else I can assist with.
Regards,
JordanHi rashaadk!
Thanks for reaching out to us!
Could you please ensure that you are using the latest versions of WordPress and the theme. Also try deactivating the plugins you installed and try loading the main menu on mobile again. Ensure to clear your browser’s cache each time. Let me know if you have also made any changes to the theme’s code.
If you still need assistance, please provide login details to your site.
Best regards,
JordanHi ncfan2030!
Could you also provide login details to your site so we can have a closer look. You can place the details in the Private Content section of your reply.
Best regards,
JordanHey Tom!
Thanks for reaching out to us!
Please try to upload your theme manually using a cPanel or a FTP client. You can follow the instructions here https://codex.wordpress.org/Using_Themes#Adding_New_Themes_Manually_.28FTP.29
Usually the above error means you probably do not have enough PHP memory or the execution time is too short to upload the theme on your server.
Regards,
JordanHey Kevin!
Glad to hear it was fixed!
Actually when I said to set the image size to 325×325, I just wanted you to check the size set there. I didn’t know it was already set to a value of 326×326 and the 1px shouldn’t make a difference, 325×325 was just standard. Your images just needed to be regenerated which was what the plugin did or you would have had to try re-uploading them manually.
But I’m glad to hear it worked :)
Cheers!
JordanMarch 18, 2016 at 6:30 pm in reply to: Enfold theam displays fine on PC but HTML on mobiles? #600483Hi Paul!
Thanks for reaching out to us!
Could you also provide login details to your site. you can place the details in the Private content section of your reply.
Best regards,
JordanMarch 18, 2016 at 6:59 am in reply to: How do I remove Kriesi promo link from copyright in footer #600107Hey RealBasics!
Thanks for reaching out to us!
Please follow this link for the instructions http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Let me know if you need further assistance.
Regards,
JordanHi!
Glad you worked something out! Definitely feel free to get in touch if you need assistance.
Cheers!
JordanHey!
Glad to hear that it’s fixed! Feel free to reach out to us if you have anymore issues.
Cheers!
JordanMarch 17, 2016 at 10:04 pm in reply to: plugin "iframely" and “.avia-video-16-9, .js_active .avia-iframe-wrap” #599974Hi WRonald!
Thanks for reaching out to us!
Could you please login credentials to your site in the Private Content section of your reply. Note that we also cannot guarantee that the theme and the plugin will be fully compatible.
Best regards,
JordanHi gdostudio!
Thanks for getting in touch!
Could you please provide login information to your site, so we can have a closer look. You can put the details in the Private content section of your reply.
Cheers!
JordanHi!
It’s not a problem, glad I could be of assistance! :)
Cheers!
JordanHey pandaweb!
Thanks for reaching out to us!
Could you provide a link to your site and maybe the page with the hash value in the URL. It depends on what it is being used for. Removing the # could cause broken links and problems. Also if you are using sections to easily scroll to then that functionality will be lost.
Best regards,
JordanHey stephaniemull!
Thanks for reaching out to us!
You need to go to Enfold -> Footer -> Footer columns on your dashboard. Please follow this link for a quick video as to how to find it: https://goo.gl/IjBIEX
Cheers!
JordanHey!
Glad to hear it worked!
Regards,
JordanHey Manfred108!
Thanks for reaching out to us!
Have you made any changes to the theme’s code or added any customization? Please also try deactivating all plugins and clear the Firefox browser cache and load the site on Firefox again.
Could you also provide login information in the Private Content section of your reply so we can assist you further.
Best regards,
JordanHi Michael!
Thanks for reaching out to us!
Could you please provide a link and login details to your site, so we can have a closer look at the problem. You can put the login information in the Private content section of your reply.
Cheers!
JordanHey Kelly!
To have the fonts applied to all the elements and not just h2, try changing the h2 to body *. The code should look like:
body * {font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;}
Let me know if that helps.
Cheers!
JordanHi Steve!
Thanks for reaching out to us!
Have you made any customization to the code or any custom CSS? Also what version of the theme are you using?
Please provide login details to your site so we can have a closer look. Put the details in the Private Content section of your reply.
Best regards,
JordanHi!
Glad to hear it works fine now!
Cheers!
JordanHi!
Ah I see. Sorry about that, please try adding the !important tag to this code I gave earlier:
.container .av-content-small.units { width: 75% !important; padding-left: 50px !important; }
Let me know if that makes a difference.
Regards,
JordanHi!
Thanks for getting back to me!
Try the following CSS and see if it helps:
.container { padding-left: 0px; } .container .av-content-small.units { width: 75%; padding-left: 50px; } .sidebar { background-color:#39457d !important; padding-left: 50px; }
Cheers!
JordanHi mikehenze!
Thanks for reaching out to us!
The above code has a few errors. The semicolon ; should be after the !important tag. Also the value for the color only has 5 digits (32602), you need to have 6 digits to represent a color. After making those 2 adjustments, if background does not work, then try background-color. You should have something like this:
.avia-arrow { background-color: #326021 !important; }
Provide a link to your page if the above does not work.
Best regards,
JordanHey SoulTree2016!
Thanks for reaching out to us!
Could you please provide a link and login information to your site so that we can assist further. Please put the details in the Private Content section to your reply. Also, how much did you increase the memory to?
Cheers!
JordanHey!
Please try increasing the PHP memory by following the instructions here https://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Let us know if that resolves your issue.
Cheers!
Jordan -
AuthorPosts