Forum Replies Created
-
AuthorPosts
-
Have you thought about watermarking them? There’s no way to prevent images from being scraped off your site. I’ve used a plugin called Easy Watermarking (or something similar) to automatically watermark images on sites before.
Have you tried adding…
define( 'WP_DEBUG', true );
…to wp-config.php to see if you get any error messages that might indicate the problem?
June 18, 2015 at 7:02 am in reply to: Display excerpt and read more link on archive/category/type pages #461121Jackpot!! Thanks so much for helping with this.
June 18, 2015 at 6:26 am in reply to: Display excerpt and read more link on archive/category/type pages #461101Thanks. That’s very close! The only thing missing is the featured image. See the first private link I sent you above. How can I add the featured image in?
Thanks!
KevinJune 17, 2015 at 10:58 pm in reply to: Videos not embedding in WooCommerce product descriptions #461010Why would this have to be added via a shortcode? That seems unnecessarily complex given that WordPress natively supports embedding video and audio players just by pasting the URL into the editor.
The easiest thing to do would be to look at Everlane.com where the cart icon is in the band across the top of the screen above the logo and main menu. Let me know if that makes sense.
Thanks,
kcmThis doesn’t help me because I don’t want to have to buy a license of Layerslider for my Enfold sites. I want to figure out how to make the demo imports work on Enfold with the Layerslider plugin that’s included.
May 30, 2015 at 9:01 am in reply to: Is there a diagram that shows what theme options affect which areas on the page? #451950Thanks for replying. What I’m saying is that Enfold (for example) has settings called Main Content > Alternate Background color and Alternate Content > Alternate Background color. I’d like to have a better understanding of what constitutes “Alternate Content” (again, for example) and know when the style settings under Theme Options are going to be applied. It would be great if there was some “key” that would help users understand and differentiate these settings and be able to visualize in what cases each of them will be used. As it is, it’s just a matter of trial and error.
Does that make sense?
Thanks!
KevinHi, Ismael. I do not use a caching plugin. And I deactivated all plugins, deleted the file and regenerated it but got the same results. Any other suggestions?
Thanks!
May 25, 2015 at 8:37 pm in reply to: Is there a diagram that shows what theme options affect which areas on the page? #449711Hi, Yigit. Thanks for the reply. That’s not really what I’m asking. What I’m wondering is if there’s some way to see which settings in Theme Options > General Styling affect which aspects and elements on the page. Does that make sense?
Thanks!
May 11, 2015 at 2:14 am in reply to: Move page title out of band out of the header and into the content area #442168This is an issue with a vanilla installation of Enfold as well. The problem is that there doesn’t seem to be any way to inject the page title into the <main></main> block without hacking the individual page templates. For example, index.php would have to have a do_action() call around line 35 that called something like
ava_before_page_content()
to accomplish this. You could then do something like this…add_action('ava_before_page_content', 'ava_custom_before_page_content'); function ava_after_main_container_mod() { echo avia_title(); }
Unfortunately, there’s no hook like this but if it existed it would be a step toward opening up the design options on Enfold (which I LOVE; don’t get me wrong!).
Thanks!
Done. Thanks!
Thanks for this solution. This accomplished exactly what I was hoping for. I’m curious, though: since this modifies a file from the Enfold theme, what happens if you update functions-enfold.php in a future version of Enfold? Does this change get blown away on my site?
Thanks!
So, I figured this out but ran into a glitch. For any other readers, you have the ability to set a value at the product category level called the Category Styling. This let’s you add a full width banner at the top of category pages.
The glitch that I ran into, though, is that that banner displays the “extra_large” image size rather than the “full” image size. This causes the banner images to be stretched and pixelated to fill the area when the browser window is maximized on a 1920 pixel wide monitor. It sort of accomplishes the parallax feature but it looks pretty bad. To avoid hacking Enfold, I ended up using remove_action to bypass avia_woocommerce_big_cat_banner() and then making my own duplicates (renamed) of avia_woocommerce_big_cat_banner() and avia_woocommerce_parallax_banner() in functions.php and having xxx_woocommerce_parallax_banner() use the full image.
It would be great if there was a filter that let me specify which image size to use for that banner. It would be a much better solution that having to override built in Enfold functions and lose access to future updates/upgrades in those functions.
Wait. How is a question about how the Enfold Ajax search drop down not a theme question?
May 1, 2015 at 7:30 am in reply to: Move page title out of band out of the header and into the content area #437929@sky19er Elliott meant that instead of putting ‘the_title( ‘<h1>’, ‘</h1>’ );’ in single.php that you should put it in loop-index.php on line 11.
@Elliott I’m not sure I understand what you mean about editing functions.php. If this was done with hooks, I could put the code in a child theme (perhaps in functions.php) or a plugin and accomplish the same thing. As it is, I either have to edit the actual Enfold theme file or I have to duplicate a file from Enfold into a child theme which takes that file out of the upgrade path when Enfold gets updated in the future. Am I misunderstanding what you’re suggesting?Hi, Yigit. Thanks for solving this problem for me. REALLY appreciate it. Can you tell me why this is necessary? Is this an Enfold glitch or a problem with the way I’m styling the site? I’d like to know so I can incorporate that CSS into other sites if necessary.
Thanks!
KevinApril 28, 2015 at 6:07 pm in reply to: Move page title out of band out of the header and into the content area #436252Thanks for the suggestion! This is definitely one of those situations where I’d love for there to be a hook we could piggyback on so we don’t have to edit the template or create a copy in a child theme.
Thanks again tho!
KevinThis reply has been marked as private.I cleared my cache on my iphone 6+ using Safari and have the same issue. I can also reproduce this issue on an iPhone 4 using Safari.
April 21, 2015 at 3:05 pm in reply to: Adding featured images to "all posts" admin page for custom post type #432040Thanks, Elliott. I assumed it was an issue with the functions being called on the filter and action but I’ll look into it more elsewhere.
Was there a specific reason you suggested reading up on register_post_type? I’m pretty familiar with that function but I’m not seeing how it’s related to this issue. Other than the fact that this is where you add featured image support, I’m not sure how it relates to my question.
Thanks!
Thanks, Ismael. The first solution worked. Thanks for your help on that. The second suggestion for the menu didn’t work although dragging with two fingers does. This isn’t a good solution since that’s not typical though. What’s odd is that I can get it to work sometimes after trying repeatedly to drag the menu. I can’t see what I’m doing that makes it work, though. Also, if I drag by starting my finger to the right of the close box, that seems to work pretty reliably but once the close box is out of view I can’t swipe over the menu items and make it scroll.
Any idea what the deal is?
Thanks. I really appreciate your help.
I get that this is how the shortcode works by default but what I’m wondering is if there’s some way to make it work without having to fetch coordinates at all.
Thanks!
Thanks Günter. Will do. Do you mean on this particular post or as a feature request?
I found a solution for this here.
add_action( 'loop_end', 'wpse107113_loop_end' ); function wpse107113_loop_end( $query ){ if( $query->is_main_query() ){ // do stuff here } }
That said, I wish Enfold had more hooks that happen before and after the start/end of structural areas and just inside those area as well. It would really open up the flexibility of the theme when it comes to wrapping custom designs around it.
Thanks! You guys rock.
March 30, 2015 at 10:18 pm in reply to: Using avia builder "blog posts" block for custom post types #420861Thanks for your reply, Ismael. I get what you’re saying but it doesn’t quite do what I wanted. I want to have a page that will display all of a particular post type (regardless of taxonomy) if there are posts so that when there are posts, they will start showing up but until then there will be a blank page essentially. It sounds like the blog posts block can’t do that. I’ll just tell my client not to publish the page until he has something to show on it.
Thanks!
This reply has been marked as private.March 27, 2015 at 9:33 pm in reply to: Using avia builder "blog posts" block for custom post types #419629Okay. Thanks for the response. It could just be me but this seems strange. I feel like if the user is trying to view (let’s say) recipes and there aren’t any that a “nothing found” message is a lot more appropriate than displaying blog posts. You know?
Anyway, thanks for a great theme in any case!
This reply has been marked as private.Actually, I figured this out. I’m going to enqueue my own print.css file with the following so the content is full width, the meta bar across the top is hidden and the share bar is hidden as well.
#top #main main{ width: 100%; } footer.entry-footer { display: none; } div#header_meta { display: none; }
Can you help me figure out why the header is so tall on this site, though? I’ll include the URL in separate private reply.
-
AuthorPosts