Forum Replies Created
-
AuthorPosts
-
Hi!
There are two ways of adding CSS to your website, one using the Quick CSS section located in (Enfold > Styling), and the other, editing the css/custom.css file located in the theme directory (this will need FTP access).
To alter the heading styles, you will need to target them with:
h1, h2{ color: red; }
Best regards,
JosueOctober 9, 2013 at 1:42 am in reply to: Display Shortcode in between logo and social media icon #172793You are welcome :)
Cheers!
JosueExcellent, let us know if you have any other questions or issues :)
Best regards,
JosueGlad we could help. Let us know if you have any other questions or issues :)
Regards,
JosueHello!
To make the content wider, add this code to the Quick CSS:
#top .fullsize .template-blog .post .entry-content>* { max-width: 850px !important; }
To make the title and meta text larger:
.post-meta-infos { font-size: 14px !important; } .post-title.entry-title { font-size: 32px !important; }
Cheers!
JosueYou are welcome, let us know if there is anything else we can do :)
Regards,
JosueHello!
Try increasing your PHP Memory Limit, add this line to the wp-config.php file:
define('WP_MEMORY_LIMIT', '64M');
Regards,
JosueOctober 8, 2013 at 11:50 pm in reply to: Backing up and restoring my Enfold databases of style settings #172768Hello!
Theme settings are stored in the wp_options table located in your database installation, that would be the start point. However, it’s not 100% sure it will work, you will also need to edit some fields, proceed with caution.
Regards,
JosueHi JaredBurnett!
Is this what you want to achieve?
Regards,
JosueOctober 8, 2013 at 11:41 pm in reply to: two different portfolio-item permalinks for the url #172765Hey allegrabillings!
Try with this plugin.
I made a test locally, it appears to do what you want.
Best regards,
JosueOctober 8, 2013 at 11:34 pm in reply to: Backing up and restoring my Enfold databases of style settings #172763Hello MHM!
You could use a plugin like this one.
I have personally used it, it does what you want.
Best regards,
JosueOctober 8, 2013 at 11:31 pm in reply to: Youtube Video Size Too Large – How Can I Change It? #172762We looking forward to hearing from you :)
Regards,
JosueOctober 8, 2013 at 11:29 pm in reply to: Display Shortcode in between logo and social media icon #172761This reply has been marked as private.October 8, 2013 at 11:17 pm in reply to: Youtube Video Size Too Large – How Can I Change It? #172757October 8, 2013 at 11:05 pm in reply to: Youtube Video Size Too Large – How Can I Change It? #172750Hey!
I see the size changed from my view (flush your cache), in mobile it will look like this:
Regards,
JosueHey!
Open /includes/comments.php.
Replace line 50 and 51:
<span class='comment-count'><?php echo $ccount; ?></span> <span class='comment-text'><?php echo $rep; ?></span>
By this:
<?php if ($ccount != 0){ ?><span class='comment-count'><?php echo $ccount; ?></span> <span class='comment-text'><?php echo $rep; ?></span><?php } ?>
That will make the counter only to show when the comment count is not 0.
Regards,
JosueNo problem :)
Regards,
JosueHey!
This will fix it:
#header_meta{ display: none !important; }
Regards,
Josueit’s not, can you post a link to the contact form page?
Best regards,
JosueHe-he, we are here to help :)
Best regards,
JosueOctober 8, 2013 at 9:56 pm in reply to: linking to original image instead of having to create entire page #172723Hi Jon!
Is not so simple, you’d need to implement some sort of Lightbox Gallery, perhaps this plugin could help you.
Best regards,
JosueNo worries, glad we could help, let us know if you have any more questions or issues :)
Regards,
JosueOctober 8, 2013 at 9:54 pm in reply to: Display Shortcode in between logo and social media icon #172717This reply has been marked as private.Hello Michael Oeser!
You would need to edit header.php file, around line 153, comment the default logo embedding and add these lines:
Best regards,
JosueHi,
Can you post the link to the “blog post page”?
Regards,
JosueOctober 8, 2013 at 9:25 pm in reply to: Layerslider working perfectly in preview…not on page… #172404Hi,
Can you create an administrator account and post it here as a private reply?
Regards,
JosueHello Tech Dude!
Your website is returning a defaultwebpage.cgi page (server misconfiguration).
Best regards,
JosueThis reply has been marked as private.October 8, 2013 at 9:16 pm in reply to: Full page content display – Similar to full screen layer slider #172400Hello Matt,
To disable the responsiveness, you will need to go to Enfold > General Settings and select “Fixed Layout”:
Cheers!
JosueHey mikaelsv!
You could try using CSS, add this code to the Quick CSS (Enfold > Styling):
.page-id-2329 p { font-size: 12px !important; }
That will change the font size of all the paragraphs in the page 2329.
Cheers!
Josue -
AuthorPosts