Forum Replies Created
-
AuthorPosts
-
Hi Victoria, no worries- it’s tas.media
Thank you!
-RichardHi there and thanks so much for replying- greatly appreciated!
I tried the above code (switching off merged css, and flushing cache) however I’m still running into the same problem on tas.media – the wide or desktop view has a transparent header, then as you make the screen narrower, the header goes from being transparent, to black, and then white- very strange indeed.
You would think there would be a simple code to have the header stay transparent regardless of the width of the screen, but this doesn’t seem the case.
Thank you anyways for posting!
-Richard
Hi Victoria,
Thanks for the message- What I mean to ask is how do I change the font of the menu when the sandwich looking menu button is pressed? It appears there is no way to modify this font specifically.
Thanks!
May 24, 2018 at 6:10 am in reply to: Wanting to recreate style of photo used in Enfold 2017 demo homepage #961349Hey Victoria, thanks for the reply. Found the photoshop PSD file and it’s free!
https://www.graphberry.com/products/download/isometric-psd-web-mockup-1Thanks! Problem solved!
Hey guys, I’ve fixed the problem and have been able to return all images back to the desired sizes. Here are the steps of the solution:
1. Enter the following:
add_filter( ‘avf_modify_thumb_size’, ‘enfold_customization_modify_thumb_size’, 10, 1 );
function enfold_customization_modify_thumb_size( $size ) {
$size[‘square’] = array(‘width’=>81, ‘height’=>81 );
return $size;
}2. Changed the dimensions of ‘square’ using “simple image sizes” by Nicolas Juen plugin, from 180×180 to 81×81.
3. Regenerated thumbnails using the “Regenerate Thumbnails” by József Koller plugin.
It should be noted that even though the default ‘square’ size as provided by enfold is 180×180, this gets resized automatically to 81×81 so it’s pointless to have thumbnails generated at 180×180 when they won’t even display that size. You can see what I’m talking about here: http://grab.by/IVwM
Please forgive me, I was working between two websites and gave you the incorrect login details.
Here are the correct details:
And again, please feel free to take a look at the homepage (www.christianholydays.com.au) to see the error of the thumbnails
Can you please try to log out and then login again?
The specific page in question is the home page:
http://www.christianholydays.com.au
If you have a look at the thumbnails, you’ll see they are rendering incorrectly…
I think the code you’ve given me has made it worse:
Now the image is incredibly tiny, and is only being shown within the original constraints of the square… I think I’m better off restoring the default setting rather than risking things getting worse.
-Richard
So sorry to trouble you… have regenerated several thumbnails and all thumbnails are still showing up as square (even those that were changed):
Thanks! I’m trying it out now :)
Thanks so much for your quick reply!
I’ve added the code as suggested and have hit the button to regenerate thumbnails. For some reason nothing seems to happen, and it continues saying “regenerating 1 of 123” and not going anywhere:
Any suggestions?
Hello Rikard,
Thanks so much for the reply. I imported the dummy data and believe that is when the sitemaps were generated for the tag and portfolio items. Since they are no longer needed, how do I remove these sitemaps?
Thanks again!
-Richard
Excellent! Thanks very much :)
Excellent :) Works perfectly!
Works perfect! Thanks for your help :)
July 5, 2015 at 3:26 am in reply to: Non existent pages (previously imported from dummy data) still showing up #468442Thanks for your help with this. I was able to an answer to this query from a tech support. Here are the instructions they provided (which worked for me):
“I carefully investigated your case and as far as I could understood, you are currently experiencing search engine hits to non-existent pages on your blog (i.e. 404 not found items). If this is correct, then there isn’t much we can do on server side to stop these, since we are already returning the appropriate not found code, when someone visits these pages. What you would need to do instead is to login to your Google Webmasters central (here: https://www.google.com/webmasters/ ), navigate under Optimization section and click on ‘Remove URL’, then submit the URLs you wish to remove.
For a detailed tutorial, with images, please check here:
http://infoheap.com/how-to-remove-urls-from-google-index-using-webmaster-tools/”
Thanks for your help guys!
-Richard
July 5, 2015 at 3:24 am in reply to: Is it possible to have a custom link for blog post Pagination? #468441Excellent! Works perfectly. Thanks for providing such excellent support :)
Thanks very much.
I still seem to be having the same problem as initially described:
http://grab.by/IzHAhttp://www.christianholydays.com.au/feast-days-sabbath-in-romans-14-5-6/
Is there anyway I can have the image displayed the full width of the container?
July 3, 2015 at 2:01 am in reply to: Non existent pages (previously imported from dummy data) still showing up #467801Hello Rikard,
Thanks for your message. Unfortunately, this doesn’t solve the error. The sitemaps do not exist the non-existent pages, yet they continue showing up in google crawl. Here are some of the non-existent pages showing up:
http://grab.by/Iy6G
http://grab.by/Iy6W
http://grab.by/Iy76
http://grab.by/Iy78Any help would be greatly appreciated, especially considering this problem has stumped me for a couple weeks. Thanks!
June 26, 2015 at 5:19 am in reply to: Removing default full length post from 'category', 'tag', and 'author' list #464763Found a solution! Instead of the above text or instead of using the suggested plugin, I’ve found the following to work:
//* Changing excerpt more – only works where excerpt IS hand-crafted
function manual_excerpt_more( $excerpt ) {
$excerpt_more = ”;
if( has_excerpt() ) {
$excerpt_more = ‘ [Read more]‘;
}
return $excerpt . $excerpt_more;
}
add_filter( ‘get_the_excerpt’, ‘manual_excerpt_more’ );This shows a “read more” link at the end of custom excerpts on all pages and posts. Thanks for your help guys!
June 25, 2015 at 6:04 am in reply to: Non existent pages (previously imported from dummy data) still showing up #464422Please let me know if the login details (included below) don’t show up this time around :)
-Richard
June 24, 2015 at 12:25 pm in reply to: "Broken Dependencies" error in avia_table_js, avia_tab_toggle_js & avia_media_js #463963Hey there guys,
Thanks so much for your continued support. You really make such a difference to the enfold theme experience!
There aren’t any apparent errors with the layout builder, so I’ll take your advice and ignore the warnings. Hopefully that information can be used as a consideration when releasing further updates as it might (or might not) create more issues for you down the track.
Thanks again!
-Richard
June 24, 2015 at 6:21 am in reply to: Non existent pages (previously imported from dummy data) still showing up #463791Please let me know if the details haven’t gone through, as they appear to have disappeared after posting on my end…
June 24, 2015 at 6:17 am in reply to: Non existent pages (previously imported from dummy data) still showing up #463790Sure thing. My apologies, and thank you again for your continued support. I truly appreciate it :)
June 24, 2015 at 5:45 am in reply to: Non existent pages (previously imported from dummy data) still showing up #463766Sure thing. Please see attached :)
-Richard
Thanks so much for your help. I’m sorry if this is an amateur question, but when I upload a photo (at 845 x 475 for instance), does Enfold then automatically generate several other sizes of that same photo?
June 23, 2015 at 3:23 pm in reply to: Non existent pages (previously imported from dummy data) still showing up #463454Hello Elliott!
Thanks so much for the reply. I no longer have these pages within my wordpress installation, and deleted these pages, emptied trash, deleted any revisions of posts/pages that might have had these elements, and they still remain.
Any help on how to permanently delete these bogus pages form my database records would be greatly appreciated. Thanks!
-Richard
June 23, 2015 at 2:12 pm in reply to: "Broken Dependencies" error in avia_table_js, avia_tab_toggle_js & avia_media_js #463389Hello! I’m using the plugin called ‘Query Monitor’ to provide those errors.
It appears that the problems I’m running into is excessive CPU usage on the server as well as slow loading times… Here another screen shot of the error page:
http://grab.by/IhNMAnd those errors (as ween in the above screen shot) are present on all pages or posts…
-Richard
-
AuthorPosts