Forum Replies Created
-
AuthorPosts
-
Hi,
Can you please create me a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
I see, well that’s more of a server issue rather than a theme one, try the following:
http://www.thesitewizard.com/apache/prevent-directory-listing-htaccess.shtmlBest regards,
JosueHere – http://screencast.com/t/UEiA89SCilb6
Best regards,
JosueHello!
It is possible but it would require a heavy customization to the theme, unfortunately this is beyond the scope of the support we can offer. If you really need it you would have to contact a developer from Envato Studio or Codeable.
Cheers!
JosueMarch 8, 2015 at 6:51 pm in reply to: Cannot override single-portfolio.php file in child theme #407719Hey!
If you are using the Avia Layout Builder on your portfolio pages the file to edit would be template-builder.php (you can have it on your child theme directory).
Cheers!
JosueHi!
Yes, you may have the WooCoommerce lightbox functionality activated, if you want to use that instead of the Enfold one you’d need to disable it in the Theme Options.
Regards,
JosueHey Alan!
I think the problem is because of those links at the top, they’re taking too much space on mobile view, i’d suggest hiding them, you can use this code in Quick CSS to do that:
@media only screen and (max-width: 480px) { .sub_menu { display: none; } }Cheers!
JosueHi!
To get a new copy of the theme you’d need to log-in to your ThemeForest account and go to the Downloads sections:
http://themeforest.net/downloadsAlso, the “cheating eh?” message is not coming from the theme but WordPress, it appears when a logged-in user is trying to do something without sufficient permissions – http://www.agentwp.com/fix-cheatin-uh-error-in-wordpress.
Regards,
JosueHi Justin!
Can you post a screenshot of the error? i checked the website on my device and it looked fine.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_sharelinks_to_single_event_view() { avia_social_share_links(); } add_action('tribe_events_single_event_after_the_content', 'add_sharelinks_to_single_event_view');Cheers!
JosueHi!
Can you post a link to your sitemap?
Best regards,
JosuePrueba con este codigo en Quick CSS:
.widget_tab_comments { display: none !important; }Hello,
Have you tried disabling all third-party plugins?
Regards,
JosueHey Jens!
You can create two menus: one for the other pages and one for bearbeitungszentren page, the difference would be how the anchors are set-up (with and without full URL). then you can use this plugin to make them appear conditionally – https://wordpress.org/plugins/zen-menu-logic/
Cheers!
JosueHello,
Are you saying I have to resize the image height myself? That the full width slider will not resize the images?
You don’t, in an ideal scenario WordPress would do this automatically but this is not the case with the images currently found in your Library, for some reason their size variations didn’t generate when they were inserted/fetched (that’s why i asked about the Archive Remote Images plugin).
However, that’s not the case with manually uploaded images, you can ascertain that with this test i made here:
http://tothefloor.com/test-slider-at-top-with-manually-uploaded-images/Their height remains the same and that’s because those images do have their 1500×430 height variations.
Best regards,
JosueHey!
I made a quick video here – http://screencast.com/t/moUEJs9Um, if you are still having issues please post a link to the page where you are trying this.
Best regards,
JosueHey!
1. This will do it:
.avia_ajax_form p { margin-top: 0; }2. Unfortunately placeholders are not currently available for the Enfold form.
Best regards,
JosueAlthough it’s working fine on my end, i just realized you wanted the script in the <head>, change the code to:
function include_ignite_script() { ?> <script type='text/javascript' src='//ignite.practiceignition.com/ignite.js'></script> <?php } add_filter('wp_head', 'include_ignite_script');Best regards,
JosueHey Joshua!
Try running this plugin before doing the import:
https://wordpress.org/plugins/wordpress-reset/If that doesn’t work, please create us a WordPress administrator account, post it here as a private reply.
Best regards,
JosueHey!
Try with this code:
<fieldset class="av-light-form"> <p class="first_form form_element form_element_fourth"> <input type="text" name="FNAME" placeholder="Vaše meno" required /> </p> <p class="second_form form_element form_element_fourth"> <input type="text" name="LNAME" placeholder="Vaše priezvisko" required /> </p> <p class="form_element form_element_fourth"> <input type="email" name="EMAIL" placeholder="E-mailová adresa" required /> </p> <p class="form_element form_element_fourth modified_width"> <input type="submit" value="Sign up" class="button" /> </p> </fieldset>That will make the form transparent, i’d suggest putting it inside a color section with a dark background.
Best regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function include_ignite_script() { ?> <script type='text/javascript' src='//ignite.practiceignition.com/ignite.js'></script> <?php } add_filter('wp_footer', 'include_ignite_script');Cheers!
JosueHi!
Try it again, that a server hiccup that happens sometimes.
Regards,
JosueHi!
You can use the Full Width Submenu element (Content Elements).
Cheers!
JosueMarch 7, 2015 at 8:55 am in reply to: HOW TO SWITCH OFF THE HIGHLIGHT IN A COLUMN (Catalogue) #407424Hi Harry!
Use this code:
.av-catalogue-list li:hover{ background: transparent !important; }Best regards,
JosueHi!
Seems to be malware, do the following:
1. Update the theme to the latest version 3.0.8
2. Update all your plugins
3. If none of the above work re-install WordPress.Cheers!
JosueHey!
Use this code in Quick CSS:
/* Center Title and Button */ .avia_ajax_form h3 { text-align: center; } .avia_ajax_form input.button { margin: 0 auto !important; display: block; } /* Adjust Fields */ #top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { padding: 6px; }Cheers!
JosueHi,
Can you create me a WordPress administrator account? post it here as a private reply.
Regards,
Josue -
AuthorPosts
