Forum Replies Created
-
AuthorPosts
-
Hey!
Can you post a screenshot of your view on IE?
Best regards,
JosueMay 18, 2014 at 11:58 pm in reply to: i want to latest dummy data.xml file or quickinstall.zip file #266519Try:
https://wordpress.org/plugins/popup-contact-form/Regards,
JosueHi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueMay 18, 2014 at 11:46 pm in reply to: Replacing a portion of text with an image inside of a heading. #266510Hi!
The image source is not working:
http://i0.wp.com/raymmar.com/wp-content/uploads/2014/01/R-logo.png?resize=128%2C128Best regards,
JosueHey!
Commas in CSS work this way:
.page-id-51 #av_section_1 .content, .page-id-21 #av_section_1 .content, .page-id-151 #av_section_1 .content, .page-id-48 #av_section_1 .content { }If you want it to apply to all pages simply remove the prefix:
#av_section_1 { height: 75px; min-height: 75px; } #av_section_1 .content { padding-top: 20px; }Best regards,
JosueHi,
This will do it (in js/avia.js):
jQuery(window).load(function(){ jQuery('#postings a').each(function(){ var theLink = jQuery(this).attr('href'); jQuery(this).attr('href', theLink+'#postings'); }); });Alternatively if you use a child theme you can put it in functions.php this way:
function add_custom_js(){ ?> <script type="text/javascript" charset="utf-8"> jQuery(window).load(function(){ jQuery('#postings a').each(function(){ var theLink = jQuery(this).attr('href'); jQuery(this).attr('href', theLink+'#postings'); }); }); </script> <?php } add_action('wp_footer', 'add_custom_js');Regards,
JosueHi!
Adding this reduces the width of the logo to about 400px and does not affect it when shrank:
.logo, .logo img { height: 68px; }Cheers!
JosueMay 18, 2014 at 11:29 pm in reply to: Lightbox for Video (video = image, lightbox contains video) #266500Hey Matt!
If the video is self-hosted it would be more difficult, but if its a Vimeo/Youtube then you can simply have an image with a link to it, the lightbox will be added automatically.
Best regards,
JosueHi Sandra,
Where in your website is the blog/masonry element in question? can you post a link to that page please?
Regards,
JosueHey Carl!
You’d need to duplicate those buttons in a Color Sections (with an specific ID, like mobilebuttons) on top of the news feed, then add some CSS:
/* Hide them by default */ #mobilebuttons{ display: none; } /* Show them only on mobile and hide the existing ones */ @media only screen and (max-width: 767px) { .avia-builder-el-28 .avia-button-wrap, .avia-builder-el-28 .av-special-heading { display: none; } #mobilebuttons{ display: block; } }Best regards,
JosueHi!
It is covering the menu indeed, modify the header-addition CSS code to:
div.header-addition { position: absolute; left: 690px; top: 35px; height: 46px; }Regards,
JosueHey @framelessworld!
Where in your website do you have the bars? i couldn’t find them in any of the pages.
Best regards,
JosueHey!
The slider in your page is definitely full width:

Cheers!
JosueHey!
Yes, LS was updated with theme. Have you tried with this settings:

Regards,
JosueHi!
Try the solution provided by Kriesi here:
https://kriesi.at/support/topic/main-menu-above-centered-logo/#post-263835Cheers!
JosueHi David!
Let us know if the issue is fixed.
Best regards,
JosueMay 18, 2014 at 11:03 pm in reply to: Mobile Menu only fits in size of page, not length of menu. #266485Is possible but it would require some modification to the theme files, unfortunately that’s beyond the scope of the support we can offer. If you really need it try contacting a developer (it’s not a big thing).
Cheers!
JosueHi Alex!
This user had the same problem, try the solution he shared here:
https://kriesi.at/support/topic/layer-slider-problem-with-accentuated-character-a/#post-261686Cheers!
JosueHi!
Whats the URL? i tried with paulsutton.us but got this message:
You must log in to access the admin area.
Regards,
JosueThere is no way to know if there were submissions or not. As for right now, is the contact form working as expected?
Best regards,
JosueHey!
Can you post a screenshot/mockup of what would you want to achieve?
Best regards,
JosueHi!
Change the code to:
#footer .widget_nav_menu ul:first-child>.current-menu-item, #footer .widget_nav_menu ul:first-child>.current_page_item, #footer .widget_nav_menu ul:first-child>.current-menu-ancestor { left: 0 !important; top: 13px !important; }Regards,
JosueHi!
No, as far as i know there is no log when it comes to the built-in contact form.
By “notifications emails” you mean the actual message?
Cheers!
JosueHey!
Yes, the auto-update tool uses an external API to get new updates and that may get buggy some times, it’s always safer to update directly via FTP.
Regards,
JosueHey!
It should be right here:

Cheers!
JosueHi!
You are using Enfold version 2.5.2, please update to 2.7.1:
http://kriesi.at/documentation/enfold/updating-your-theme-files/Cheers!
JosueYes, the read-more tag serves another purpose, you’d need to use a JavaScript solution, try the plugin Flikk mentioned.
Cheers!
Josue -
AuthorPosts
