Forum Replies Created
-
AuthorPosts
-
May 18, 2015 at 5:13 pm in reply to: Color Section Parallax Background Image iPad and iPhone 6 Problems #445848
Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
P.S. Sorry for taking this long to respond but thing is, pushing the topic actually causes the contrary effect as our queue displays tickets based on activity (less active threads are shown first).
Regards,
JosueHey!
They don’t affect SEO, it depends on what you put on it.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
I tried logging with the user provided here but the login page keeps refreshing.
Regards,
JosueTry with this code:
#top .main_menu form#searchform { left: auto; right: 8%; } @media only screen and (max-width: 1500px) { #top .main_menu form#searchform { right: 12%; } } @media only screen and (max-width: 1200px) { #top .main_menu form#searchform { right: 15%; } }Regards,
JosueHey!
Use this CSS code to add some borders to the social bookmarks container:
#header_main nav .social_bookmarks { border-left: 1px solid #d1d1d1; border-right: 1px solid #d1d1d1; margin-top: 0; top: 0; height: 100%; } #header_main nav .social_bookmarks li a{ line-height: 45px; border-radius: 0; }To get an additional menu location there you’d need to mod the helper-main-menu.php file, if you don’t know how to do that it would be best to contact a provider from here.
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 479px) { #top .avia-section .content { padding-bottom: 0; } #top .avia-section .avia-video { margin-bottom: 0; } }Cheers!
JosueHey!
Do you have many users in your WordPress install? those two options (
_dynamic_pagesand_dynamic_elements) get called in the backend.Best regards,
JosueHi!
You’re running Broadscope 1.5, latest version is 1.8, updating the theme will fix those issues.
Cheers!
JosueHi,
I’d need a temporary FTP account too.
Best regards,
JosueHey!
You have not added this code to Quick CSS / child style.css:
.avia-section-default .content{ padding-top: 0; padding-bottom: 0; } .avia-section-default .avia-video{ margin-bottom: 0; }Cheers!
JosueHey!
The method you’re using is correct, it should work, i honestly can’t tell the difference between Hebrew fonts but comparing it with this it seems to be working – http://a.pomf.se/whpmip.png
Cheers!
JosueHi!
Most of the actual errors seem to be related to third-party scripts, from what i could see:
– 243: attribute set to “seogroup-embed” div.
– 445: style tag related to “snp-newtheme6”.
– 245, 261, 262: unclosed <p></p> tags.
– 491: style tag related to Enfold, but i’m pretty sure the theme does not add that by its own, perhaps it is set in your functions.php file.Cheers!
JosueHello,
Unfortunately to keep the theme cross browser compatible and to add a few of the more fancy effects it will never be fully w3c valid without removing those.
Even just making it work in IE8 means it wont pass validation.
Regards,
JosueHey Yud!
Can you disable your cache / minify plugin for a moment so we can check the actual source?
Regards,
JosueHi,
You can trigger a click on the contemporary catalog sort option, try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.contemporary-catalog_sort_button').trigger('click'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');Regards,
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
// Add custom icons header elements function avia_add_custom_icon($icons) { $icons['tripadvisor'] = array( 'font' =>'tripadvisor', 'icon' => 'ue800'); return $icons; } add_filter('avf_default_icons','avia_add_custom_icon', 10, 1); function avia_add_custom_social_icon($icons) { $icons['TripAdvisor'] = 'tripadvisor'; return $icons; } add_filter('avf_social_icons_options','avia_add_custom_social_icon', 10, 1);Cheers!
JosueHi,
Can you post the link to your website please?
Regards,
JosueHi,
Can you please create us a WordPress administrator and a FTP account? post it here as a private reply.
Regards,
JosueHi!
Try the following:
http://kriesi.at/documentation/enfold/child-theme-translations/Best regards,
JosueHi,
Can you hand me a WordPress administrator account? post it here as a private reply.
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
1. That’s strange, i’m not noting that on your site.
2. Apparenace > Widgets > Sidebar Blog.
3. Use these codes (place in Quick CSS) to change the colors of the menu items:
.avia-menu-text { color: gray !important; } .avia-menu-fx { background: red !important; }And this to change them when the menu is active:
li.current-menu-item .avia-menu-text { color: yellow; } li.current-menu-item .avia-menu-fx { background: green; }4. Not exactly a theme question, i’d suggest looking for a specialised plugin, like this.
5. Can you post a link to this (the tag search)?
6. Refer to this:
https://kriesi.at/support/topic/portfolio-items-own-page-and-a-portfolio-grid-placed-in-it/7. Add this to Quick CSS:
.post-entry .slide-meta { display: none; }8. It should, for most elements, i think.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Instead of an Image Element, use a fullwidth element like a Color Section or a FullWidth/FullScreen Slider. Regarding the latter you can try setting a custom image as the background of the Logo Area (General Styling) – http://a.pomf.se/etpdmg.png
Cheers!
JosueHey!
Try explicitly setting the font-weight for those spans – http://a.pomf.se/hsjfli.png
Cheers!
JosueHey!
Try adding this code to the Quick CSS:
.logo { padding: 16px 0; }Cheers!
JosueHi Robert!
Try putting a “#” as the link target.
Best regards,
Josue -
AuthorPosts
