Forum Replies Created
-
AuthorPosts
-
March 6, 2014 at 5:30 am in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #233048
Hi!
How are you? I hope you’re doing well today.
Please add this at the very bottom of the child theme’s style.css:
#top .social_bookmarks { position: relative; top: 43px; } .sub_menu { top: 47px; }
Cheers!
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
I don’t it is possible to arrange the gallery thumbnail by category. Please hire a freelance developer if you want to make that change on the gallery shortcode. For further customization, please visit Werkpress.
Cheers!
IsmaelHey cyrusis!
Do you have the latest version of Enfold? It has been optimized for hatom entry.
Please refer to these links:
https://kriesi.at/support/topic/google-hatom-errors/
https://kriesi.at/support/topic/hatom-feed-errors-solution-for-enfold/Regards,
IsmaelHi stacyr311!
Thank you for using the theme. I hope you’re doing great.
1.) Please add this on Quick CSS or custom.css to change the hover color of main menu:
.header_color .main_menu ul:first-child > li a:hover { color: red; }
2.) Please hire a freelance developer to add the hover effects. You can find a lot of tutorials for image rollover.
3.) Please refer to this link: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Best regards,
IsmaelMarch 5, 2014 at 10:47 am in reply to: Facebook Like in Floating Sidebar Not working properly #232654Hi!
How are you? I hope you’re doing well today. I’m sorry but I really can’t see the like button. Hmm.. Let me ask the rest of the support team to check this.
Cheers!
IsmaelMarch 5, 2014 at 10:41 am in reply to: Add Social Icons and Click To Phone Number To Right Of Menu #232652Hey cbcolvard!
Thank you for using the theme. I hope you’re doing great.
You can add something like this on Enfold > Header > Phone Number or small info text field:
<a href=”tel:123456789″>123456789</a>
Please add a social icon so that we can inspect it on mobile view.
Regards,
IsmaelHi!
How are you? I hope you’re doing well today.
Looks like the slider is not being saved on the database. I created two sliders and they are automatically renamed into “Unnamed”. Please create a fresh install of WordPress then activate the theme again.
Regards,
IsmaelHi!
Please refer to this link: https://kriesi.at/support/topic/linking-to-anchor-menue-covering/#post-214325
Regards,
IsmaelHey!
How are you? I hope you’re doing well today.
We haven’t really tested the plugin that you’re using. Please contact the plugin author for more info about the issue. Making third party plugins compatible with theme is beyond the scope of support. Please hire a freelance developer to help you debug the plugin. For further customization, please visit Werkpress.
Have you tried the “Membership” plugin by WPMU Dev? http://wordpress.org/plugins/membership/
Best regards,
IsmaelHi!
Thank you for using the theme. I hope you’re doing great.
You can add this on Quick CSS or custom.css to remove the section shadow:
.avia-shadow { box-shadow: none; }
Best regards,
IsmaelMarch 5, 2014 at 10:14 am in reply to: Fullsize images not fullsize? How to make images bigger #232639Hey!
Alright, looks like you’re using a very old version of the theme. Please download the latest version on your themeforest account then update the theme via FTP. Watch this video by Devin: http://vimeo.com/channels/aviathemes/67209750
Regards,
IsmaelMarch 5, 2014 at 9:31 am in reply to: page display and copy for Advanced Layout Builder pages #232622Hey beedle!
Thank you for using the theme. I hope you’re doing well today. Please switch your theme to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug add_action('avia_builder_mode', "builder_set_debug"); function builder_set_debug() { return "debug"; }
You will be able to see the actual shortcode below the builder.
Regards,
IsmaelHey hanlinsg!
Hope you’re feeling well today! Thank you for using the support forum.
Please post the login details here and set it as a private reply.
Cheers!
IsmaelHi Roy!
Thank you for using the theme. I hope you’re doing well today.
Please download the latest version 2.5.4 of Enfold to fix the video integration with color sections and sliders. You can use the color section element to create a full width page. If you’re not happy with the container width, you can adjust the grid units on css > grid.css file. Another simple trick to increase the width of the container is to insert a Color Section then add a unique css id selector on “For Developers: Section ID” field. Add an id like “chaos-section” for example. Use this on Quick CSS or custom.css:
#chaos-section .container { width: 100% !important; }
Cheers!
IsmaelHey!
How are you? I hope you feel great today. Thank you for the question.
Please use this on your custom.css or Quick CSS:
.avia_image.avia_animated_image { max-width: 100%; width: auto; }
If it doesn’t work, use this:
.avia_image.avia_animated_image { max-width: 80%\9; }
Cheers!
IsmaelHey!
Thank you for using the theme. I hope you’re doing well today.
Please refer to this link if you want to add your own icons: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
IsmaelHi!
How are you? I hope you feel great today. Thank you for the question.
That is where the custom css selector will be useful. You can add different css selector for different Image elements then specify the width using Quick CSS.
Regards,
IsmaelHi papernapkinmarketing!
Thank you for using the theme. I hope you’re doing well today.
The latest version 2.5.4 of Enfold includes a better video integration with the slider and the color section. Please download it on your themeforest account then update the theme via FTP. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Did you add any plugins prior to the issue? You might want to deactivate them, see if the issue persist.
Cheers!
IsmaelMarch 5, 2014 at 8:58 am in reply to: COLOR SECTION; Easy Slider; HEADINGS; HEADER with scroll; SIDE MENU CSS #232604Hi!
Hope you’re feeling well today! Thank you for using the support forum.
Sorry for the menu color change code. Please use this instead to highlight the ancestor menu:
.current-menu-item.current-menu-ancestor > a { color: green !important; }
You can remove the image overlay using this on Quick CSS:
.image-overlay { display: none !important; opacity: 0 !important; }
Regards,
IsmaelHi crealities!
Thank you for using the theme. I hope you’re doing well today.
The website is not loading on my end. I’ll ask the rest of the support team to check this. Please post a screenshot of the issue.
Best regards,
IsmaelHi 5plus5!
Thank you for using the theme. I hope you’re doing well today. I’ll ask Dude to explain it to you. AFAIK the theme is not using page templates to build a page. It relies on shortcodes. The page is generated using the “template-builder.php” file if you’re using the Advance Layout Builder.
Cheers!
IsmaelHi honesty1993!
Thank you for using the theme. I hope you’re doing well today.
Please edit config-templatebuilder > avia_shortcodes > portfolio.php, finds this code on line 623:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a href='{$link}'>".$entry->post_title."</a></h2>";
Replace it with:
$output .= "<h2 class='portfolio-preview-title entry-title' $markup><a target='_blank 'href='{$link}'>".$entry->post_title."</a></h2>";
Regards,
IsmaelHey waterwalk!
Hope you’re feeling well today! Thank you for using the support forum.
Can you please give us a link to the website? Post the login details here as a private reply.
Regards,
IsmaelHey Philip!
Thank you for using the theme. I hope you’re doing well today.
You’re using a very old version of the theme. You might want to download the latest version on your themeforest account then update it via FTP. This should fix the issue on IE and Firefox. Watch this video by Devin: https://vimeo.com/channels/aviathemes/67209750
Cheers!
IsmaelHey!
How are you? I hope you feel great today. Thank you for the question.
I’m having a hard time reading the url on the screenshot. Is this your website(http://www.nijmegengraaft.nl/)? The website is on maintenance mode. I don’t know if you gave the login details to Yigit. Let ask him to check this again.
Regards,
IsmaelHi jhennigar!
Thank you for using the theme. I hope you’re doing well today.
There has been a lot of framework updates since Choices. You can’t do the same thing with Enfold. Please refer to this link: https://kriesi.at/support/topic/google-adwords-tracking-after-form-has-been-submitted/
You can use the Contact Form 7 plugin.
Best regards,
IsmaelHey theroyds!
Thank you for using the theme. I hope you’re ok today.
Please set the order on the WooCommerce > Settings > Catalog page (select “Sort by most recent” in the dropdown field). If it doesn’t work try to use: http://wordpress.org/plugins/post-types-order/ or use the WooCommerce sort feature (Products > Sort Products tab).
Regards,
IsmaelHi downbylaw!
Hope you’re feeling well today! Thank you for using the support forum.
You can add this on Quick CSS or custom.css to hide the featured image on single post view:
.single .big-preview.single-big { display: none; }
Cheers!
IsmaelHey!
Thank you for using the theme. I hope you’re doing well today.
Please add this on the child theme’s style.css:
@media only screen and (max-width: 767px) { .responsive #socket .sub_menu_socket ul li { padding: 10px; font-size: 15px; } }
Please post a screenshot of what you want your footer socket to look like.
Regards,
Ismael -
AuthorPosts