Forum Replies Created
-
AuthorPosts
-
Hi phillipikoo!
Thanks for getting in touch with us!
Please go to Appearance -> Menu and create a new menu and add the links to the Privacy, Terms pages and so on. Then ensure to check the menu as the Footer and save.
Let me know if you need further assistance.
Best regards,
JordanMarch 29, 2016 at 5:09 pm in reply to: Logo center, menu below – overlapping with main headers #604690Hi Ben!
Thanks for getting back to me!
Could you please provide login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
JordanMarch 29, 2016 at 4:39 pm in reply to: Logo center, menu below – overlapping with main headers #604680Hey SynergyLanguageServices!
Thanks for reaching out to us!
Try the following CSS and let me know if it works:
#top #main .avia-section .template-page { padding-top: 75px; }
Best regards,
JordanHi elames!
Thanks for getting in touch with us!
In theme options under Advanced Styling, you had the styling for the Main Menu links set to apply only on mouse hover (see screenshot in private section). I unchecked this option and the solid background color for the menu is back.
Let me know if I misunderstood anything or if you need further assistance.
Cheers!
JordanHi Steve!
No the fact that you are using a Child Theme does not matter. It’s actually better, since any custom changes you may have made in the code will not be overwritten by the update. It also should not affect your page content as the update will only update the theme’s files, not pages or posts.
Note though, that it is always important to back up your site before.
Regards,
JordanHi!
Glad to hear it worked! Feel free to reach out to us if there are anymore issues.
Regards,
JordanHey avaprojects!
Thanks for getting in touch with us!
If you have an svg version of the icon, it’s possible to create a custom icon and upload it to Fontello. http://www.hongkiat.com/blog/create-font-icon-set/
You can then go to the theme options and import the zip file from Fontello with your custom icons.
Let me know how it goes.
Cheers!
JordanHi!
Thanks for getting back to us and for letting us know. Also feel free to reach out to us if the issue persists.
Cheers!
JordanHi!
Glad to hear it worked! Thanks for your kinds words :)
Best regards,
JordanHey!
You’re welcome! Glad to hear it worked.
Feel free to reach out to us again if you need further assistance.Cheers!
JordanMarch 29, 2016 at 3:30 pm in reply to: One page menu not highlight correctly to color section! URGENT! #604628Hey matgreat!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Regards,
JordanMarch 29, 2016 at 5:59 am in reply to: Gallery (Big Image Above with thumbnails below) Stretching images #604253Hi rickyporco!
Thanks for getting in touch with us!
Could you please provide login details to your site as well, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Regards,
JordanHey!
Glad it worked! Feel free to reach out to us if you need anything else.
Cheers!
JordanHi zchristos!
Thanks for getting in touch with us!
You may find the information here to be of help to you https://kriesi.at/support/topic/wpml-language-selector-in-main-menu/
Let me know if you need further assistance.
Best regards,
JordanHi Webmaster!
Thanks for getting in touch with us!
Try adding the following CSS code in the Quick CSS field under the General Styling tab in the theme options:
.post-type-archive-tribe_events h1.main-title { display: none !important; }
Best regards,
JordanHey!
Thanks for the login information.
Please update to the latest version of the Enfold theme. You can follow the instructions found here: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also back up your site before proceeding with the update.
Cheers!
JordanHey Veronica!
Thanks for getting in touch with us!
Try the following CSS code:
@media only screen and (max-width: 479px) { #socket .copyright { float: left; margin-left: 20%; } #socket .social_bookmarks { float: left; margin-left: 20%; } }
Regards,
JordanHey!
Glad to hear you solved the issue!
Feel free to reach out to us on the forum again if you have anymore issues :)
Regards,
JordanHi Eric!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
JordanHey Chantal!
Try adding the !important tag to the first block of code so it looks like this:
.comment_text p { color: black !important; }
Regards,
JordanHey jgdoyle1!
Thanks for getting in touch with us!
Try using the code block content element in the Avia Page Builder.
Regards,
JordanHey!
Thanks for getting back to me.
Please add the following CSS code to the Quick CSS field under the General Styling tab in the theme options:
.comment_text p { color: black; } .gfield_label, .ginput_complex, .gfield_description { color: black; }
Let me know if it works. Also remember to disable right click once this is fixed.
Cheers!
JordanHi!
Those errors are coming up because of a custom file in your Child Theme called listing.php which is used to create listing shortcodes as far as I can see on your site. It works, however the line in functions.php calls to it but also looks for it in the Parent theme folder structure where it does not exist.
The custom file is causing the problems when updating. Please access the functions.php file and on line 9 or 10 look for this line get_template_directory() and change it to get_stylesheet_directory().
To reference the parent theme directory, you would use get_template_directory() but you are using a child theme so get_stylesheet_directory() instead. This might explain why that line is referencing your parent theme and not the child theme.
Regards,
JordanHi!
Your best option may be to make the logo bigger by adding the following CSS which is similar to the one given above:
.html_header_sidebar .logo { padding: 10px; }
This will allow the white spaces to be filled. So feel free to reduce or increase the number. If you raise the navigation menu higher without shrinking the logo then it will be cut off.
Cheers!
JordanHi Chantalkrijn!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Also it seems you have disabled right click on your site. Please could you temporarily enable it so that I can debug the CSS using the Dev tool.
Best regards,
JordanHi!
Try the following code instead in the Quick CSS field:
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 92px !important; } .container.av-logo-container { height: 90px !important; }
Adjust the number as you wish.
Regards,
JordanHey Torbjörn!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
JordanHi!
Once again, glad you solved the problem :)
Cheers!
JordanHey!
Glad to hear that you found the conflict and resolved it. Feel free to post here in the forums if you have any other issues.
Regards,
JordanHey!
Could you please provide FTP credentials. I am getting a 500 server error when trying to access your site. From the above error, the problem may be with the line of code in your Child theme’s function.php, that probably goes like
require_once(/nas/content/live/propertymom/wp-content/themes/enfold/listing.php)
Best regards,
Jordan -
AuthorPosts