Forum Replies Created
-
AuthorPosts
-
That works. Thanks!
I put that code in and it does not seem to have made any difference.
That seems to have made it worse, please take a look at the site now.
I just tried that and it did not change anything. The countdown is still invisible.
I am having this issue again. It seemed to fix itself for awhile. Can you take a look again and see what the countdown is not displaying on this page:
I just double checked it and tested it myself and it is correct.
I am seeing those errors as well. do you have any idea how to fix them?
Thanks! That worked!
Hi Andy,
Thank you for the reply. I put in your codes and that is not exactly what I am looking for. On the first one I would like to move the captions to below the photo, so the caption does NOT cover the photos at all. The caption should be 100% below the photos.
The second code you send for the width worked perfect, thanks!
June 18, 2015 at 7:18 pm in reply to: Make duration for autorotation for Fullwidth slider 1/2 second #461529This reply has been marked as private.June 8, 2015 at 11:38 pm in reply to: Make duration for autorotation for Fullwidth slider 1/2 second #456383Thank you but that does not seem to have worked. I also tried changing it in the fullscreen.php file but it still seems to be going at the same 1 second duration? Do I need to speed up the fade transition? If so how would I do that?
Thanks! That worked!
I added that but it did not remove the /. I also tired adding an !important tag and it is still there. Any other ideas?
Hi. I figure that part out. But how do I remove the / after the date?
Here is exactly what I need removed: http://marckdesign.net/wp-content/uploads/2015/06/Screen-Shot-2015-06-07-at-9.00.01-PM.png
http://marckdesignconcepts.com/bio/index.php/blogs/ossama-anis/
Thank you! That got it much closer to what I am looking for. However it does not appear that the css is working. When I add it to Quick CSS section it does not make any difference. Also, any way to move the date to be above the title?
Oh perfect! That worked. Thanks!
Would it be possible for me to apply a span class to a body of text and adjust the line-height for that span class? If so how would you recommend best doing that?
That worked. Thanks!
Also, how would I add additional weights to fonts that are already included with enfold? For example I would like to add the 300 and 800 weight for Raleway font that is included with enfold.
- This reply was modified 9 years, 5 months ago by alex5252.
Perfect! Thank you, you guys rock!
Thank you! That worked perfect!
Is there any way to remove the thin horizontal black line that is between the logo area and the menu tabs?
Thank you, that worked. Is there anyway to make the border thicker?
Perfect! Thanks
I don’t think you understand what I am asking. I want to know how you put the sortable attributes on the right hand side that control what is being displayed.
Another update – after a lot of digging I found the final issue! It was with a custom function I had in the functions.php
function callback($buffer) { $buffer = str_replace(‘Group’,’Conference Room’,$buffer); return $buffer; }
function buffer_start() { ob_start(“callback”); } function buffer_end() { ob_end_flush(); }
add_action(‘after_setup_theme’, ‘buffer_start’); add_action(‘shutdown’, ‘buffer_end’);
For some reason this is causing the PDFs to not generate. Do you have any suggestions of what I could do to this code to stop it from breaking Gravity PDF?
I just discovered if I activate Enfold without the childtheme it works fine.
Can you think of any reason it is not working with the child theme?
Thank you, that works until it gets to around 550px on mobile.
Is there a way to reduce the font size when it gets to that screen size so it stays on 1 line?
This reply has been marked as private.This reply has been marked as private.Thank you for the reply, I have added the code to my functions.php and still no luck. It is not working. Did it work for you?
-
AuthorPosts