Forum Replies Created
-
AuthorPosts
-
That worked beautifully ! one last question, can i add a mouse hover background/text color too ?
July 26, 2016 at 8:30 pm in reply to: Hide post category and show date posted in RELATED POST #665458beauty worked thanks !
July 26, 2016 at 6:52 pm in reply to: Hide post category and show date posted in RELATED POST #665433Weird, that code works on some post and some dont, see private
whats missing?
- This reply was modified 8 years, 4 months ago by yingyang.
here thx
awesome that worked ! here is the final code i used to produce this result (Monday, July 25, 2016 4:32:29 PM) for anyone that is interested
function displaydate(){ return date('l, F j, Y g:i:s A', current_time( 'timestamp', 0 )); } add_shortcode('date', 'displaydate');
- This reply was modified 8 years, 4 months ago by yingyang.
July 25, 2016 at 8:11 pm in reply to: Hide post category and show date posted in RELATED POST #664799OK in that case please advise how to turn off RELATED POST altogether, thanks
July 25, 2016 at 5:30 pm in reply to: Change picture quality for featured image in single post page #664730So i increased the resolution quite bit for both like shown below
entry_with_sidebar 1700 px 800 px No
entry_without_sidebar 1700 px 800 px Noand regenerated the images on one post linked below, but it hasnt improved the image, it looks blurry when not full screen still, any idea whats missing?
July 25, 2016 at 5:24 pm in reply to: Hide post category and show date posted in RELATED POST #664728sorry my bad, here is an example post in private thx
other issue is with the footer menu, same alignement issue
the offset appears to be caused by the whitespace between menu, how do i remove the added space?
Nice almost perfect, how do i move the under line centered like before on the text?
oh nice, indeed, thanks !
Yigit, it is set correctly under general setting, this is what i see there: Universal time (UTC) is 2016-07-22 15:28:53. Local time is 2016-07-22 11:28:53.
when i use your code, it uses the UTC time instead of the local time, how do i make it use the local time?
- This reply was modified 8 years, 5 months ago by yingyang.
got it working thx guys, now the issue is that its using the UTC time instead of the local, how do i tell WP to use the local time as default ?
thank you ! all fixed ! appreciate the help !!!
my bad, it was answered beside the box, feel free to close this one
Just want to do some quick CSS changes? Enter them here, they will be applied to the theme. If you need to change major portions of the theme please use the custom.css file or the Enfold Child theme.
July 21, 2016 at 5:14 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #663194So i copied the file to this path enfold-child/config-templatebuilder/avia-shortcodes
Then replaced this line
$this->loop[$key]['text_after'] .= $this->loop[$key]['author'];
with
$this->loop[$key]['text_after'] .= $this->loop[$key]['author']; $this->loop[$key]['url'] = wp_get_attachment_url( get_post_thumbnail_id($id), apply_filters('avf_avia_builder_masonry_lightbox_img_size','large'));
cleared caching, refreshed page but still the post loads when clicking the mansory picture, this is what the av-helper-masonry.php looks like, anything wrong?
`- This reply was modified 8 years, 5 months ago by yingyang.
July 20, 2016 at 5:20 am in reply to: Change picture quality for featured image in single post page #662770thx will do, what plugin were you referring to ?
thanks ! almost there,
How can i display the date right above the post title in the arrow, right now it show beside it and is therefore only fully visible when hovering over the arrow to expand, i want to keep the arrow compact on the sides
also i would like to add the following code to my function.php file to keep things organized instead of the quick CSS box, when i add that code there it crash, how should i format it?
.avia-post-next.with-image { text-align: left; }
how do i remove the post type camera IMAGE icon on the side as seen in the private link ? its taking a lot of real estate and doesnt have any purpose to me
Lastly, i turned off related post lower banner in enfold and WP > Reading pane but it still shows at the bottom, how to take this off?
- This reply was modified 8 years, 5 months ago by yingyang.
no go
I added that to the Quick CSS under General Styling and no luck, still same padding between icons
July 19, 2016 at 6:17 pm in reply to: Change picture quality for featured image in single post page #662658bumping this one as it appears to have been forgotten
bumping this one as it appears to have been forgotten
nice im learning thanks ! now if i wanted to make the post title STRONG, how would i format that, tried
<strong>.get_the_title($id)</strong>
but the site crashedlast question promise
edit: noticed a bug,the google chrome tab doesnt display properly, on the private link below, the tab shows “- 0” but the post title is – $350 – (POSTED ON: JULY 5, 2016)
- This reply was modified 8 years, 5 months ago by yingyang.
thx works again, let me know what the code should be thanks
Beauty ! worked, how can i add a few words before like POST FOR then date and post title after?
Weird, now my site crash when i use this file: wp-content/themes/enfold-child/functions.php
when i rename OLD the site works again, can you see whats wrong?
confused should i not wait for you to have the code ready before changing the function.php file?
Id prefer to fix on my own, can you advise which code file you want to see? I will paste it here
see private
-
AuthorPosts