Forum Replies Created
-
AuthorPosts
-
Hey CJ!
No, that wouldn’t be possible, in that case i’d highly suggest using Tablepress, that way you can manage tables separately.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueYou are welcome, glad we could help :)
Regards,
JosueSeptember 30, 2014 at 11:31 pm in reply to: Add Social Share Icons to individual product pages? #327715Hey!
It’s right here (Functionality plugin):
http://www.fertilizersusa.com/wp-admin/plugin-editor.php?file=functions.phpI just commented it, when you want it back simply remove the /* */.
Cheers!
JosueHey!
Try increasing the PHP memory limit to 256M or more:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueSeptember 30, 2014 at 11:20 pm in reply to: How to deactivate & delete Layerslider completely for using only Masterslider? #327709Hey!
Yes, once you add that line the LS resources won’t be loaded.
Best regards,
JosueHi!
Have you tried using the Google Maps element (without color section) and Transparent Header? you could get something like this – http://screencast.com/t/b5LU870DVfe
Cheers!
JosueHey!
Try adding this at the very end of your theme / child theme functions.php file:
function add_subset_func($fontlist) { $fontlist .= "&subset=latin,latin-ext"; return $fontlist; } add_filter('avf_google_fontlist', 'add_subset_func');Cheers!
JosueHey!
Yes, please refer to this video:
Regards,
JosueHi Vicken!
The link you posted is returning a blank page, but try adding this code to Quick CSS:
@media only screen and (max-width: 767px) { #top .avia-layerslider .ls-nav-prev, #top .avia-layerslider .ls-nav-next { width:30px; text-align: center; height: 30px; line-height: 32px; font-size: 18px; margin:-30px 15px 0; } #top .avia-layerslider .ls-nav-prev:before, #top .avia-layerslider .ls-nav-next:before{ line-height: 32px; } }Best regards,
JosueHi!
Are you using the latest version of WordPress SEO, Enfold and WordPress?
Regards,
JosueSeptember 30, 2014 at 10:51 pm in reply to: Fullscreen slider: Frame duration + stop at last frame #327684Hey Carsten!
Try the following:
https://kriesi.at/support/topic/video-in-color-section-returns-to-beginning/#post-301328Regards,
JosueHey!
Try adding this code to the Quick CSS:
.page-id-2505 #after_section_2 { border: 0; }Cheers!
JosueHey!
Try increasing the PHP memory limit to 256M:
http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHPRegards,
JosueHi,
Can you please create me an administrator account? post it here as a private reply.
Regards,
JosueHey!
You could set an specific ID to the color section containing the title on all pages and change the code accordingly:
#custom_title_container { height: 83px; max-height: 83px; min-height: 83px; }Best regards,
JosueSeptember 30, 2014 at 10:43 pm in reply to: How do I make the background image full size and use the entire browser space? #327672Hi!
Try with this:
#socket { background: rgba(0, 0, 0, 0.3); }Best regards,
JosueHi!
HTML code can’t live directly in PHP blocks, you need to open/close them like this:
function add_code_to_header(){ ?> <script type="text/javascript" src="http://yourwebsite/rbweb/library/js/W0_0000_PTA.js"></script> <form name="frmrbwebattorney" method="post" action="http://agrenblando/rbweb/attorney/WC_00LG_PTA.asp"> User ID:<input type="text" name="rbwebuserid" style="width:130px;" value=" maxlength=16> Password:<input type="password" name="rbwebpassword" style="width:130px;" value=" maxlength=65 onkeypress="javascript:if(event.keyCode ==13) login(document.frmrbwebattorney,1);"> <INPUT type="button" value="Log In" style="font-size:11px;" style="width:64px" onclick="javascript:login(document.frmrbwebattorney,1);" id=btnptarbweb name=btnptarbweb> <INPUT type="hidden" name="appname" value=""> <INPUT type="hidden" name="os" value=""> </form> <?php } add_action('ava_after_main_menu', 'add_code_to_header');Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
These plain texts in your Quick CSS are breaking the code, please remove or comment them.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey!
Can you paste the code you are trying to use?
Cheers!
JosueHi!
This could work, use this code instead:
add_action('wp_footer', 'add_modified_date', 10); function add_modified_date() { echo "<div class='modified'>Last modified: ".get_the_modified_date('F j, Y')." at ".get_the_modified_date('g:i a')."</div>"; }Best regards,
JosueHi!
I’m unable to edit functions.php but the fix is simple, you just need to put the font code immediately after this line in functions.php:
if(isset($avia_config['use_child_theme_functions_only'])) return;Cheers!
JosueHi!
Use this code instead:
.fake-thumbnail .slide-image{ display: none; }Cheers!
JosueSeptember 30, 2014 at 10:22 pm in reply to: Correcting an alignment issue in WooCommerce Shop #327647Hey!
Add margin-left to it:
mark.count { float: right; margin-left: 10px; }Best regards,
JosueHey saki!
When uploading the logo make sure to select this option – http://screencast.com/t/ig6dolVXVwfp
Best regards,
Josue -
AuthorPosts
