Forum Replies Created
-
AuthorPosts
-
I added this code at the bottom of my child function.php file like so
/* *Display date and time in icon box” title *https://kriesi.at/support/topic/display-date-and-time-in-icon-box/#post-662159 */ function displaydate(){ return date('F jS, Y'); } add_shortcode('date', 'displaydate'); }
Then added [date] in the icon box content seen on top of the private link, still doesnt show, what did i do wrong?
July 18, 2016 at 5:44 pm in reply to: Mansory blog to show full screen featured image instead of opening blog page #662160no luck either, it did fix the looping issue though, now it opens the post page like usual, i need to load the featured image full screen though on click without leaving the page where the mansory is
I tried the workaround given by Elliott but it doesnt seem to work, it was posted in 2014, is this still compatible with the latest version? if so please clarify the steps if possible thanks
Let me clarify, please visit the link below, the code did remove the featured image from the arrow button but if you look at the right side NEXT button, the post title doesnt show because its on the left side of the featured image
I’d like to push the featured image to the right side and add the post date to the arrow as well
Great ! almost perfect, how can i remove the featured image from being displayed in the button ?
Or better, how to tell the right NEXT button to show the featured image on the left side of the post title, instead of the right by default. I need to change that because when the mouse doesnt hover over the button, the left arrow shows the post title and the right arrow show the featured image without the post title
sorry guys, still confused, where do i add on my child theme the code for the large preview card mentioned here? https://dev.twitter.com/cards/types/summary-large-image
July 15, 2016 at 12:53 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #661077Any luck ?
July 14, 2016 at 6:11 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #660672Found the bug, the mansory category wasnt selected, it needs to filter on RESULTS category, fixed that, let me know if you get the full screen featured image working. Also is it possible to display at the bottom of the full screen image the full text ? the mansory cut it out because it is slightly too long, i dont plan on making it very long, always short and to the point, thanks !
July 14, 2016 at 5:42 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #660664see private
July 14, 2016 at 12:51 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #660618THe page exist, i see it on my end
July 13, 2016 at 10:31 pm in reply to: Mansory blog to show full screen featured image instead of opening blog page #660593Sure here it is
July 13, 2016 at 7:45 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #660215also how can i remove the small popup that shows the image file name when hovering the mouse over the masory post image ?
July 13, 2016 at 7:39 am in reply to: Mansory blog to show full screen featured image instead of opening blog page #660212I tried adding both line and just the new line but no luck, when i do either it simply reload the page instead of openning the featured image full screen
here is a snapshot of the section i edited, looks good?
switch($entry->post_type) { case 'post': $post_format = get_post_format($id) ? get_post_format($id) : 'standard'; $this->loop[$key] = apply_filters( 'post-format-'.$post_format, $this->loop[$key] ); $this->loop[$key]['text_after'] .= $this->loop[$key]['date']; $this->loop[$key]['text_after'] .= '<span class="av-masonry-text-sep text-sep-author">/</span>'; $this->loop[$key]['text_after'] .= $this->loop[$key]['author']; $this->loop[$key]['url'] = wp_get_attachment_image_src($id, apply_filters('avf_avia_builder_masonry_lightbox_img_size','large')); switch($post_format) { case 'quote' : case 'link' : case 'image' : case 'gallery' : if(!$this->loop[$key]['thumb_ID']) {
thx but why is this not default? will you include this fix in the nxt enfold update?
looks like this is not possible? if not, is it not possible to merge one box box element with one underneath but keep the other column unmerged?
I am using the default woocommerce checkout page, to replicate my page simply load the plugin and create the checkout page with this code [woocommerce_checkout]
not sure what is wrong with the site, but anyways there is no need to see it for my question, i just want to learn how to customize the look of the chekout page, the error banner when field is mising show up as pinkish like pictured above and the field where i type the text have a black background due to the dark theme i am using, but i need the field to have a white background instead
Please mark this as resolved, solution was to load/enable this plugin, it loads instantly now https://wordpress.org/plugins/wp-fastest-cache/ and use this site to confirm what is slowing my site down https://gtmetrix.com/
THat did the trick thanks !
I installed the Twitter WP plugin and it worked, no coding needed, thanks. DO you know if its easy to force the large image on the summary card ?
i added your script entirely at the bottom of this page “Enfold: Theme Functions (functions.php)” in the WP editor window
but still no chat show up at the bottom
June 19, 2016 at 2:04 am in reply to: Header menu highlight incomplete on the last menu item #650326still the same, the highlight is cut on the right
June 18, 2016 at 5:00 am in reply to: Header menu highlight incomplete on the last menu item #650080THis didnt have any effect, i entered it under general styling, correct?
thanks, it appears my site performce is average, however the initial load before the site is even reached takes 2 to 3 seconds, do you notice that too on your end? is this a web host issue? not wordpress right? any advise on what to do to improve that delay ?
June 15, 2016 at 7:09 am in reply to: Avia Builder How to create a shaded area full width on top of background picture #648434im very novice with html coding, can you offer guidance?
Cant this be done with the visual editor ? im not coding guru :(
why the border option has no effect?
Here it is
Is it possible to add this bugfix to the next version of enfold?
June 10, 2016 at 5:54 am in reply to: Header menu highlight incomplete on the last menu item #646025sure thing, see private
Beauty thanks ! that worked
-
AuthorPosts