Forum Replies Created
-
AuthorPosts
-
December 9, 2016 at 8:32 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #722597
Thanks! This is working except now when I save the page I get a page that displays the error below. I click my browser’s back button and I get a message at the top telling me there is saved version of my page. I save again and it seems to work. But this is happening on every page save now. Any ideas???
Warning: It is not yet possible to assign complex types to properties in /home4/u5l8e0c5/public_html/wp-includes/formatting.php on line 4308
Warning: Cannot modify header information – headers already sent by (output started at /home4/u5l8e0c5/public_html/wp-includes/formatting.php:4308) in /home4/u5l8e0c5/public_html/wp-admin/post.php on line 197
Warning: Cannot modify header information – headers already sent by (output started at /home4/u5l8e0c5/public_html/wp-includes/formatting.php:4308) in /home4/u5l8e0c5/public_html/wp-includes/pluggable.php on line 1179
December 7, 2016 at 12:33 am in reply to: How can I use media queries in Button Content Element to change target URL ? #721268See private content thank you very much!
December 3, 2016 at 12:04 am in reply to: How can I use media queries in Button Content Element to change target URL ? #719932Here you go (sorry I meant to include it properly the first time!)
- This reply was modified 7 years, 11 months ago by newpappa. Reason: trying to get code to display
December 2, 2016 at 9:17 pm in reply to: How can I use media queries in Button Content Element to change target URL ? #719892Hm I’m not sure I follow you exactly. But overall I like the direction.
I ended up taking a slightly different approach by trying to recreate the button code in html because I want the button style. I have it all working except I can’t get the icon added? Any ideas?
Here’s the CSS I used which is worked great:
@media only screen and (max-width: 768px) {
.only_desktop_tablet { display: none !important; }}@media only screen and (min-width: 769px) {
.only_mobile { display: none !important; }}Thank you so much!!
December 2, 2016 at 8:12 pm in reply to: Sidebar Navigation on Posts – Disable or Sort by Date #719872This worked perfectly, thanks!
November 23, 2016 at 9:02 pm in reply to: Breadcrumbs and page title sticky like header (on desktop and mobile) #716147Thanks Andy!
November 23, 2016 at 9:01 pm in reply to: How to change URL input to mailing Address on Comment form #716145I found a plugin that worked beautifully for what I was needing instead: https://www.wpmission.com/downloads/strong-testimonials/
And then I’m using Popup Maker to display in a overlay.
It’s great. You can close this. Thanks!
Actually looks like this was a wordpress change: http://www.wpbeginner.com/wp-tutorials/how-to-move-comment-text-field-to-bottom-in-wordpress-4-4/
This is happening on my blog as well! I also see some CSS issues, that seem to appear on this post but not on others. Specifically, the comment count number is smaller font and the required asterisk is on a new row below the input labels. I’ve tried disabling all third-party plugins and that did not fix it. I’m reticent to activate the default WordPress theme (wont that destroy all my advanced layout work and theme settings??)
Please help!!
November 23, 2016 at 1:15 am in reply to: Breadcrumbs and page title sticky like header (on desktop and mobile) #715676Is there some way to get a response to this question? This was asked yesterday and dozens of requests after this have received multiple responses. Thanks!
I ended up needing to use posts instead of pages so this is no longer an issue at this time. Thanks!
Nope this is good thanks!
Found how to target it. Used:
@media only screen and (max-width: 767px) {
.stretch_full.container_wrap.alternate_color.light_bg_color.empty_title.title_container {
background: transparent;
}
.breadcrumb-trail, .breadcrumb-trail a, .alternate_color .breadcrumb a {
color: black;
}}Thanks!
Hi Andy,
That works great except it looks like the category labels are still white.
Thanks!
JasonThanks, Andy. That doesn’t actually solve the issue because it creates a fixed height container and the breadcrumbs length (and thus wrapping onto multiple rows) varies.
How about:
On mobile,
1. change the color of the breadcrumb background color to transparent or white,
2. change the color of breadcrumb text to black
3. allow the breadcrumb text to display on top of anything elseThat way, I can set the height to be something like 10px and allow the breadcrumbs to span a few rows without overlapping the page title below, while still being visible.
Is that a legitimate solution or more of a hack? Would love any suggestions and the code to implement if possible.
Thank you so so much!
Brilliant on desktop Yigit! Thank you!! On mobile, when the text is one row it is at the top and not vertically centered, when the text is many rows it wraps and spills outside of the container and is not readable.
Thanks, Yigit. I added it.
Now
1) the breadcrumbs container height is inconsistent between desktop and mobile. I prefer the height on desktop.
2) the breadcrumb text is centered vertically in some pages/posts but not throughout the site, on either desktop or mobile.What I did:
I added that via Enfold Child style.css file (where I’ve moved all the css customization now).I also see that in Enfold Child functions.php I have some code from an earlier post, which may be conflicting with this new code.
The code in functions.php is:
function breadcrumb_height(){
?>
<script>
jQuery( document ).ready(function() {jQuery( “.breadcrumbs” ).closest( “.container” ).css({
‘min-height’ : ’10px’,
‘padding’ : ‘0px’
});});
</script><?php
}
add_action(‘wp_footer’, ‘breadcrumb_height’);Any ideas?
Moving discussion to this thread, sorry for opening separate tickets for this issues… it’s one of the last ones I have to resolve!
Just wanted to say thanks this helped me too!
September 13, 2016 at 5:14 am in reply to: How to make blog category and tag list pages styled same as blog landing page #685481In reviewing my site on mobile, I discovered that I prefer the existing category pages over the existing blog page with one change – moving the featured image below the title/meta etc.
This old post that worked perfectly to move featured image below title / meta /etc on category / archive pages: https://kriesi.at/support/topic/post-title-above-featured-image/
I’m using the single author small style on the blog, which hides the featured image but I just found the code on this post brings it back: https://kriesi.at/support/topic/featured-image-not-displaying-on-mobile/
To get the blog page to match, I adjusted the settings from single author small to single author large.
And boom it’s working – thanks for all the help!
Note: I do think I may have found a bug in that since I had a page already named as Blog and had used the advanced editor and added a blog list there, I believe those settings overrode the settings on the Enfold Blog settings, which had an option for Use the advanced editor.. but even when I did not have that selected the Blog page I had made seemed to master.
This can be closed.
- This reply was modified 8 years, 2 months ago by newpappa.
September 12, 2016 at 10:38 pm in reply to: How to make blog category and tag list pages styled same as blog landing page #685404Hi Andy,
Thanks. All that I want to do is make the category and tag pages to display like Blog Single Author Small pages seen here: http://kriesi.at/themes/enfold/blog/blog-single-small/
I just installed this plugin to control the excerpt on archive and category pages: https://wordpress.org/plugins/advanced-excerpt/
And I added the below code from this post https://kriesi.at/support/topic/category-archive-page-change-layout-to-show-excerpt/ to functions.php
add_filter(‘avf_blog_style’,’avia_change_category_blog_layout’, 10, 2);
function avia_change_category_blog_layout($layout, $context){
if($context == ‘archive’) $layout = ‘single-big’;
return $layout;
}But the feature image is still displaying above the meta/except rather than to the left.
Any ideas?
Thank you that is very kind. Posted credentials in private content.
September 11, 2016 at 10:20 pm in reply to: Move secondary menu, social icons, and search into hamburger menu on mobile #684818Ok! I found the code on this post how to hide social icons entirely from mobile, which is a fine approach for me. And I see that search is also hidden entirely, which is fine for now.
So I was able to resolve. You can close this thread.
Thanks!
September 11, 2016 at 10:16 pm in reply to: Move secondary menu, social icons, and search into hamburger menu on mobile #684817Ok. I found this post that explained how to control the display of menu items on desktop versus mobile. Still looking for help on social icons and search.
So it seems like it is not working on post detail pages or on pages. See private content for example of page.
Oh wait I lied. They still aren’t showing up properly on the post detail page ( see private content)
Perfection. Thanks Andy you rock! (note that the update was not listed for some reason on my dashboard so it took me by surprise that I wasn’t up to date already).
My current theme is Version Number 3.2.1 and I can’t find the option to display parallax effect anywhere…
Thanks, Yigit. Where do I find “display parallax effect” ?
Oh never mind I found it – Enfold Theme Options.
-
AuthorPosts