Forum Replies Created
-
AuthorPosts
-
Hi!
You could use something similar to what’s done with the search popup, look over functions-enfold.php, around line 105-130. Copy and modify that code in your child theme functions.php.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueI’m unable to see that screenshot, you need to make it public.
Best regards,
JosueHi!
Could disabling the responsiveness on the Page work? if so, you can edit header.php and change this line:
$responsive = avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout";To:
if(!is_page(array(2, 3))) { $responsive = avia_get_option('responsive_active') != "disabled" ? "responsive" : "fixed_layout"; }Change 2, 3 for the Page IDs you want to disable the resposiveness.
Cheers!
JosueOctober 10, 2015 at 7:59 am in reply to: Contact Form not Working, it Resets the Defaults When You Try to Edit It #516738Hi @frankwarwick!
Please create a new thread regarding your issue, include an administrator account in the private content, we’ll take a look.
Best regards,
JosueThanks for sharing your solution Kevin.
Best regards,
JosueOk hand me an admin access, i’ll leave my current IP address in the private field.
Hi!
What error do you get exactly? is the FTP account still available?
Cheers!
JosueHi!
Did you import fontawesome? i’m not noting it on your site’s source.
Regards,
JosueI’ve added the code now and it seems to be working, try it with your form.
Best regards,
JosueYou are welcome, glad to help :)
Regards,
JosueHi!
This button is linking to its own image source, removing the link or linking to an actual page should fix the issue.
Cheers!
JosueGlad it works now Michael and thanks for sharing your solution :)
Regards,
JosueOctober 9, 2015 at 10:56 am in reply to: When adding a new Special Heading content is deleted. #516298Hi!
Hm, i don’t think Quick CSS may be the culprit of the issue, do you have access to your error logs? have you checked them?
Best regards,
JosueAccess provided doesn’t work, please check.
Regards,
JosueHey!
Change your CSS selector to:
.fs1 { }Cheers!
JosueSure, let us know if you need further assistance.
Regards,
JosueAre you referring to this images?
Ok check it now, i’ve used this code in Quick CSS:
h1, h2, h3, h4, h5, h6, #footer, #socket { font-family: 'caviar_dreamsregular',Delicious, sans-serif !important; }If you want to extend it to more elements simply edit the selector.
Cheers!
JosueYou are welcome, glad to help :)
Regards,
JosueHey Michael!
I think that’s happening because that tag doesn’t exists, it would be better to set a class to the element and target it accordingly, like:
<span class="fs7"></span>Cheers!
JosueHi,
Can you please create us a WordPress administrator account? post it here as a private reply.
Regards,
JosueOk i’ve adjusted it a little bit, check it now.
Cheers!
JosueI’ve re-added it now, here’s the corrected code for future reference:
<style> @font-face { font-family: 'caviar_dreamsregular'; src: url("http://monarchejuice.com/wp-content/themes/enfold/css/caviardreams_regular_macroman/CaviarDreams-webfont.eot"); src: url("http://monarchejuice.com/wp-content/themes/enfold/css/caviardreams_regular_macroman/CaviarDreams-webfont.eot?#iefix") format("embedded-opentype"), url("http://monarchejuice.com/wp-content/themes/enfold/css/caviardreams_regular_macroman/CaviarDreams-webfont.woff") format('woff'), url("http://monarchejuice.com/wp-content/themes/enfold/css/caviardreams_regular_macroman/CaviarDreams-webfont.ttf") format('truetype'), url("http://monarchejuice.com/wp-content/themes/enfold/css/caviardreams_regular_macroman/CaviarDreams-webfont.svg#caviar_dreamsregular") format('svg'); font-weight: normal; font-style: normal; } </style>Regards,
JosueThere was some typos in your code, i’ve fixed them and also moved it to the GA tracking code field in Theme Options (you can place this kind of code here to avoid editing main theme files). It is working now on paragraphs and h1s, if you want it for the menu items use the following:
span.avia-menu-text { font-family: 'caviar_dreamsregular'; }Regards,
JosueHey!
Can you post a link to the Page where you have this list?
Regards,
JosueYou are welcome, glad to help :)
Regards,
JosueOctober 7, 2015 at 11:13 pm in reply to: Since update to newest Enfold Theme version Fatal Error #515497Hey!
Access provided doesn’t work, please check.
Regards,
JosueHey!
If you append
?iframe=trueto the link, it will try to open it as a lightbox popup.Regards,
JosueHi,
I’m not sure if you can put HTML codes there. To discard, can you please check if the issue persists with the default WordPress theme activated?
Regards,
Josue -
AuthorPosts
