Forum Replies Created
-
AuthorPosts
-
Hi,
I edited enfold/includes/helper-responsive-megamenu.php file and commented out line 107 which was causing the issue. It should be fine since you are not using a hamburger menu. We will report the issue to our devs.
Please review your website nowBest regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-masonry-entry .av-masonry-entry-title { color: #ffffff!important; }If that does not help, please create a temporary admin login and post it here privately so we can look into it. Your website is under construction :)
Best regards,
YigitHey xcelsus,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitMay 3, 2017 at 2:32 pm in reply to: woocommerce products slider and related products – font size and style #787151Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.single-product div.product .product_title { font-size: 20px; color: orange; }Best regards,
YigitHi,
@xcelsus We have not heard from the user yet :)
Can you please start a new thread under Enfold sub forum and elaborate on the issues you are having so we can look into it? :)Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .iconbox_content { text-align: center; }Best regards,
YigitHi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.home .iconbox_content { text-align: center; }Best regards,
YigitHi,
Please add following code to Functions.php file in Appearance > Editor
function av_hide_alb() { echo '<style>a#avia-builder-button, #avia_builder { display: none!important; }</style>'; } add_action('admin_head', 'av_hide_alb');Best regards,
YigitHey Alexander!
Can you please post a screenshot and show the changes you would like to make? :)
Regards,
YigitHi Joe,
Please add following code to Functions.php file of your child theme in Appearance > Editor
add_action('after_setup_theme', function() { if(is_child_theme()) remove_action('tribe_events_template', 'avia_events_tempalte_paths', 10, 2); }); add_action('tribe_events_template', 'avia_events_template_paths_mod', 10, 2); function avia_events_template_paths_mod($file, $template) { $redirect = array('default-template.php'); if(in_array($template, $redirect)) { $file = get_stylesheet_directory() . "/tribe-events/views/".$template; } return $file; }and then create /tribe-events/views folders inside your child theme and copy enfold/config-events-calendar/views/default-template.php file inside it and then copy nfold/config-events-calendar/views/single-event.php file to /tribe-events folder on your child theme, edit single-event.php file and add following to the very bottom of the file
<?php get_sidebar(); ?>and finally add following code to Quick CSS in Enfold theme options under General Styling tab
#tribe-events-content { width: 70%; float: left; }Best regards,
YigitHey intense,
You can go to Enfold theme options and check “Lock advanced layout builder” :)
Best regards,
YigitHi,
I added the code to top of Quick CSS field without any spaces as following
.ajax_search_excerpt {display: none !important;}and flushed cache and that worked – http://i.imgur.com/Lr21giT.jpg
Please review your websiteBest regards,
YigitHi,
If you would not like to display sidebars, please go to Enfold theme options > Sidebar Settings and choose not to display sidebar on your posts & pages :)
Best regards,
YigitHey Robyn,
Thanks for contacting us!
1- Yes, you can remove social network links. In case you need assistance with it, you can start a thread on our support forum and we can help you with that :)
2- Yes, you can easily add links to your content which are linked to your suppliers’ websites.
3- Yes and it comes with a 6 month support included. After 6 months you can choose to extend the license or not but you will be receiving the updates either way :)
If you would consider any other theme, we would recommend Enfold theme as well which is the most popular, powerful, flexible and user friendly theme we have ever created.
Enfold is fully compatible with WPML. You can easily turn site into a multilingual one.You can import one of Enfold demos with a single click in Enfold theme options > Demo Import within a few minutes and start working on your website right away.
Enfold uses Advanced Layout Builder ( please go to – http://kriesi.at/documentation/enfold/videos/ and check out “Intro to the Advanced Layout Editor” video to see how it works. Currently there are many more elements on ALB and we are adding new ones with major updates).
Let us know if you have any other questions! :)
Best regards,
YigitHallo Alexander!
You can contact Envato support here – https://help.market.envato.com/hc/en-us/requests/new :)
Let us know if you have any other questions!
Best regards,
YigitMay 3, 2017 at 12:00 am in reply to: Enfold and over-riding single-event.php in the events calendar pro #786799Hi!
That is because of the changes you have done on single-event.php file. If it was not a something major, maybe you could let us know about the changes you applied/want to apply so we could solve this issue together quicker :)
Cheers!
YigitMay 2, 2017 at 11:49 pm in reply to: Header Menu does not display on mobile devices/browsers #786795Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
YigitMay 2, 2017 at 11:41 pm in reply to: Enfold and over-riding single-event.php in the events calendar pro #786792Hi,
I overwrote default-template.php file with a fresh one. Please review your website :)
Best regards,
YigitMay 2, 2017 at 10:11 pm in reply to: Enfold and over-riding single-event.php in the events calendar pro #786759Hi,
I added the code from the other to functions.php file of your child theme, then moved default-template.php file into /views folder and moved single-event.php file to /tribe-events folder and it worked. Please review your website now :)
Best regards,
YigitHi!
My pleasure Peanuttario :)
Let us know if you have any other questions or issues!Best regards,
YigitHey!
You can use HTML in copyright field in Enfold theme options > Footer or you can use a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and copy enfold/footer.php file to your child theme and modify the file to insert your custom content :)
Best regards,
YigitHi,
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that too does not help, please create a temporary admin login and post it here privately so we can look into it. Also, please point out the page you are working on :)Best regards,
YigitHi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
YigitHey!
Please use following code
#top .widget_nav_menu li.current-menu-item a { color: red!important; }You have used !important rule so many times in your custom CSS code so that might stop the code from applying. If that too does not work, please create a temporary admin login and post it here privately so we can look into it :)
Best regards,
YigitHi,
You are welcome! Let us know if you have any other questions or issues
Best regards,
YigitHey! Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.avia-testimonial-image { width: 120px; height: 120px; float: none; margin: auto; margin-bottom: 10px; } .avia-testimonial-meta { margin-left: 0; }Best regards,
YigitHi,
Please go to Appearance > Widgets and place empty text widget inside Displayed Everywhere widget area if you would not like to display default widgets :)
Best regards,
YigitHi,
I added following code to Quick CSS field in Enfold theme options > General Styling tab
#currency_sel_widget-3 { max-width: 235px; float: left; clear: none; } a.wcml-cs-item-toggle { font-size: 12px; line-height: 20px!important; height: 30px!important; }and added following code to Functions.php file in Appearance > Editor
function av_move_currency_switcher(){ ?> <script> jQuery(window).load(function(){ jQuery("#currency_sel_widget-3").detach().insertBefore('#menu-item-shop.cart_dropdown') }); </script> <?php } add_action('wp_footer', 'av_move_currency_switcher');Best regards,
YigitHi,
Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh
If that too does not help, please create a temporary admin login and post it here privately so we can look into it :)Best regards,
Yigit -
AuthorPosts
