Forum Replies Created
-
AuthorPosts
-
Move the code to the very start of your stylesheet and refresh a few times.
If you could create a mockup of what you want using your current footer as a base that would be helpful.
Best regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $('.container_wrap_first').on('click', function(){ $('.avia_close').trigger('click'); }); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
JosueMarch 31, 2016 at 10:36 pm in reply to: Making changes on the Layout settings are not saving when editing/creating page #606298There’s a security prompt when accessing the site (the username you posted is not working there).
Cheers!
Josue.htaccess configuration doesn’t seem to be enabled, try contacting your hosting provider about this.
Regards,
JosueHi,
Try adding this at the very end of your theme / child theme functions.php file:
function add_custom_script(){ ?> <script> (function($){ $(window).load(function() { $(this).trigger('resize'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'add_custom_script');
Regards,
JosueThis will do it:
.single-portfolio .comment_meta_container { display: none; }
Best regards,
JosueHi,
Automatically close when user clicks outside the frame?
Regards,
JosueHi,
Automatically close when user clicks outside the frame?
Regards,
JosueI don’t quite understand what you’re trying to achieve here, Widgets can not share a same title dynamically, it needs to be set manually in each one. Also in your footer there are 4 columns, do you want to have more than that?
Hey!
I checked one single portfolio and couldn’t find what you’re referring to:
Cheers!
JosueGlad you managed to sort this out.
Regards,
JosueNo Sass thing there, just plain CSS, the code to change the size could be simplified to (as it is already set in css/base.css):
.social_bookmarks [data-av_icon]:before { font-size: 31px; }
Brackets in the CSS selector mean attribute, so we’re catching all elements with an attribute of
data-av_icon="value"
and thecontent
property is fetching that value and using that as “content”, you can usecontent
on pseudo-selectors :after and :before (it’s like creating HTML with CSS).Hi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueHey!
Can you post a screenshot of the issue? the masonry gallery seems to be working fine on my end – http://screencast.com/t/atrA4u97
Regards,
JosueYou are welcome, glad you’re enjoying the theme :)
Be sure to head around our documentation site if you haven’t already:
http://kriesi.at/documentation/enfold/Regards,
JosueHi,
Can you please create us a temporary FTP / SFTP account? post it here as a private reply.
Regards,
JosueHey!
Check your site.
Regards,
JosueHey!
You forgot the link to the site.
Cheers!
JosueHi!
Go to Enfold > Header > Transparency Options and reset the logo set there or upload a new one of your own (the idea of this setting is to have a different logo for transparent/non-transparent header).
Cheers!
JosueHi Raymond!
WordPress is trying to write your .htaccess but it’s not writable:
Hvis .htaccess filen din var skrivbar kunne vi gjort dette automatisk, men det er den ikke. Dette er de mod_rewrite-reglene du bør ha i .htaccess filen. Klikk i feltet, og trykk CTRL + a for å velge alt.
Cheers!
JosueMarch 31, 2016 at 9:23 pm in reply to: Making changes on the Layout settings are not saving when editing/creating page #606243Hello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHello,
Have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueCan you expand on that?
There’s no comment count in the portfolio items though, which elements are you trying to remove?
Regards,
JosueHi,
Open footer.php and look for line:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a>
Replace it by this:
<a href='#top' title='<?php _e('Scroll to top','avia_framework'); ?>' id='scroll-top-link' <?php echo av_icon_string( 'scrolltop' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to top','avia_framework'); ?></span></a> <a href='#socket' title='<?php _e('Scroll to bottom','avia_framework'); ?>' id='scroll-top-link' class='to-bottom' <?php echo av_icon_string( 'scrolldown' ); ?>><span class="avia_hidden_link_text"><?php _e('Scroll to botto','avia_framework'); ?></span></a>
And add this to Quick CSS:
#top .to-bottom { left: 50px; opacity: 1; visibility: visible; }
Regards,
JosueHey!
They don’t appear because only the first 20 are shown, i’ve changed the setting to ALL now.
Cheers!
JosueHey!
Although there’s no “individual product” element available at the moment you could create a a Product category (ex: “featured”) and have a Product Grid/Slider/List show it individually.
Cheers!
JosueHey!
Where exactly would you like to have this scroll-to-bottom link/button?
Best regards,
Josue -
AuthorPosts