Forum Replies Created
-
AuthorPosts
-
Hi!
Try increasing the memory allocated to PHP:
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,
JosueAugust 4, 2014 at 11:18 pm in reply to: How to make adjustments to mobile version of website #299898I believe it was because you didn’t open the php tag:
<?phpAugust 4, 2014 at 11:06 pm in reply to: Moving Smart Scroll Anchor Link on Full Screen Slider OR Reducing Slider Height #299894Hey Rob!
I couldn’t reproduce it on my end.
Best regards,
Josue-
This reply was modified 11 years, 7 months ago by
Josue.
August 4, 2014 at 11:01 pm in reply to: How to make adjustments to mobile version of website #299892You should put that in the child theme functions.php, below the code i already put there.
Hi,
Does it happen with the default WordPress theme activated?
Cheers!
JosueHey!
Add this to the Quick CSS:
.inner_sidebar { margin-left: 0px !important; }Change your border-radius code:
img{border-radius: 15px !important;}Cheers!
JosueHi Franck!
Simply change the Heading Type to H1, to alter the size you can use the Advanced Style Editor.
Best regards,
JosueAugust 4, 2014 at 10:10 pm in reply to: How to not display "Home" menu item on home page but display on all other pages? #299876I’ll close this topic so we continue the conversation in one place.
August 4, 2014 at 10:09 pm in reply to: How to make adjustments to mobile version of website #299874Hey Gabe!
Review your site now.
Regards,
JosueHehe, you are welcome Corey, we’re always glad to help :)
Regards,
JosueHi Andres!
Try using a Button element (Content Elements) linking to your Twitter profile.
Cheers!
JosueYou are welcome, always glad to help :)
Regards,
JosueHi!
Can you post a screenshot of your view?
Cheers!
JosueHi Lukas,
Open /php/class-form-generator.phpand look for line 417:
if(empty($_POST[$id])) $_POST[$id] = "false";Replace it by this:
empty($_POST[$id]) ? $_POST[$id] = "Nein" : $_POST[$id] = "Ja";Regards,
JosueOk, try adding this:
.header_color, .header_bg { background: transparent !important; }Which bar are you referring to? can you post a screenshot?
Add this too to the Quick CSS:
.html_header_transparency #top #wrap_all #main{ padding-top: 0 !important; }Hi Dan!
Have you tried adding this code (Quick CSS)?
.av-image-caption-overlay { background: transparent !important; }Regards,
JosueHey Dan!
Try adding this code to the Quick CSS:
.av-image-caption-overlay { background: transparent !important; }Cheers!
JosueHey!
Try adding this code to the Quick CSS:
h1, h2, h3, h4, h5, h6 { text-rendering: optimizeLegibility; }Cheers!
JosueHi Luke!
Could you specify where does these “true/false” strings appear? i couldn’t find them in the form.
Cheers!
JosueHey Lukas!
Try adding this code to the Quick CSS:
#header .avia_mega_div { min-width: 1000px; }Cheers!
JosueAugust 3, 2014 at 9:06 pm in reply to: Enfold: Avia Post Nav Continous Click-through for Portfolio & Blog Posts #299419Hey Seth!
Try adding this at the very end of your theme functions.php file:
add_filter('avia_post_nav_categories', 'use_same_category_filter'); function use_same_category_filter($same_category) { $same_category = true; return $same_category; }Cheers!
JosueYou are welcome Sebastian, always glad to help :)
P.S. I used a plugin called Functionality that stores this custom function, that way it will resist theme updates.
Regards,
JosueHey Finlando!
The Avia Tooltip script can only be set to either top or bottom (js/avia-tooltip.js). if you want something more controllable i’d suggest trying an external plugin, this one may do the job.
Cheers!
JosueHey Micheal!
Are you using a child theme? if you are not, use this plugin to insert this kind of functions.
add_filter( 'avf_google_heading_font', 'avia_add_heading_font'); function avia_add_heading_font($fonts) { $fonts['Muli'] = ‘Muli’; return $fonts; } add_filter( 'avf_google_content_font', 'avia_add_content_font'); function avia_add_content_font($fonts) { $fonts['Muli'] = ‘Muli’; return $fonts; }Once you done that you should be able to see the new font in the Theme Options.
Best regards,
JosueHey Sebastian!
Check it now, Georgia is now added available as a Heading font.
Best regards,
Josue -
This reply was modified 11 years, 7 months ago by
-
AuthorPosts
