Forum Replies Created
-
AuthorPosts
-
Hi Jordan,
All is good now. Thank you.
You can close this ticket.
LyseHi Ismael,
I’ve added margins as follows:
@media only screen and (max-width: 767px) {
.wc_ps_sidebar_container {
margin: 5px 10px 0px 0px;}
.wc_ps_sidebar_container {
width: calc(150% – 0px – 0px – 2px)!important;
}
But how do I increase the size of the search widget container on larger screens. I tried adding the width: width: calc(150% – 0px – 0px – 2px)!important; to the smaller devices screen size and increase the width of the container by changing calc(200% – 0px – 0px – 2px)!important; to 200%. That does not work because it gets applied to the smaller screen as well. So how can I have the search widget container wider on wide screens and smaller on small screens?Thanks
LyseHi Mike,
I’ve applied the CSS styling to my live site, but it’s not working even after I cleared my local and server cache and also on different PCs and I flushdns.
Any insight from your end?Thanks
LyseHi Ismael,
So I changed the checkout to be the same as the cart with the following:
/* adjust cart order table pricing to like checkout order table pricing */
.wholesale_price_title, .wholesale_price_container ins {
text-decoration: none;
font-size:13px!important;
line-height:24px;
font-weight:normal!important;
}
#top del, #top ins {
font-size: 13px!important;
font-weight:normal!important;
color: #000!important;
}All is good now.
Thank you so much for your great help!
LyseHi Rikard,
Here’s something code snippet I tried that is similar to what I’m trying do do:
I created the following CSS to position the WC Predictive Search search bar/icon:
.wc_ps_sidebar_container {
width: calc(100% – 0px – 0px – 2px)!important;
}
I’m left with some positioning and width issue on wider screens and small iphone portrait screens.Any suggestions on how to get the width of this container to displays wider on large screen and to a reasonable width on small screens?
THanks
LyseHi Rikard,
That just move up both widget higher.
I want the text “SilviaFindings, Canada” to stay the same and looking to position the search bar/icon at the end of secondary menu between the last menu item and the first social icon.Thanks
LyseHi Mike,
Here are screenshots with highlighted differences:
shop page pricing: https://www.dropbox.com/s/jc3xely919kvqa7/shop%20page%20pricing.jpg?dl=0
single product page pricing: https://www.dropbox.com/s/twppcpnusdu3dhb/single%20product%20page%20pricing.jpg?dl=0
cart page pricing: https://www.dropbox.com/s/reqyrt8h18m9fb7/Cart%20%C2%BB%20SilviaFindings.png?dl=0
checkout page pricing: https://www.dropbox.com/s/7g94tuacut31rp6/checkout%20page%20pricing.jpg?dl=0Thanks
LyseSorry
https://silviafindings.staging.wpengine.com/Thank you
LyseMay 23, 2019 at 11:07 pm in reply to: Blog list page post meta infos stopped displaying correctly #1103813Hi Rikard,
I’m still trying to figured out what’s happening. I’ve changed so many of my blog posts to draft. Created a brand new one yesterday and still the blog listing page does not display correctly. If I use the layout builder and save the post, the blog list posts all display correctly, if I save the post like I should with the default editor, the blog post list displays incorrectly. Of course saving the blog post in the advance layout builder causes display issues as excepted. It’s the blog post list that is the problem.I need more help from your end to try to figure out what’s happening. This is taking longer that expected but my live website post list is not displaying very nicely and I must find a solution soon.
Thank you for your understanding and patience and hopefully someone in your group will find out what’s happening.
Thanks
LyseHi Nikko,
That worked perfectly.
Thank you so much for the prompt response.
LyseMay 9, 2019 at 11:37 pm in reply to: Blog list page post meta infos stopped displaying correctly #1099105Hi Jordan,
Just working on them to see where the issue is, so far no luck. If you don’t mind giving me a bit more time to find where the error is.
Thanks
LyseMay 9, 2019 at 8:32 pm in reply to: Blog list page post meta infos stopped displaying correctly #1099052Hi Ismael,
I have identified the culprit posts that are causing the issues. There’s more than one, because I often copy and paste from an existing similar post and just make changes; therefore replicated the issue in 4 posts. I have put the problematic posts in draft to fix their issues that allows my post list page to display correctly.Thank you for your patience and support.
Lyse
May 6, 2019 at 7:51 pm in reply to: Blog list page post meta infos stopped displaying correctly #1097796Hi Basilis,
According to the installed version, I am running the latest version.
LyseHi Mike,
Thank you for the suggestions.
Would I be able to get the same look and feel if I import the demo? If not, what do I need from the other themes to generate the same feelings. I’d be interested in the code from the Wedding and Spa themes that I could integrate in addition to the demo tht I will import.
Thanks
LyseHi Rikard,
Wonderful support and thank you.
Yes you may close this issue as resolved
LyseHi Rikard,
That is aligning perfectly now. I never thought to change the option.
Thank you
LyseHi Rikard,
Sorry for the short delay.
Temporary login credentials added below.
Thanks
LyseMay 3, 2019 at 1:23 am in reply to: Blog list page post meta infos stopped displaying correctly #1096664Hi Ismael,
Other than regular plugin updates, I did not make any settings changes. The same is happening on the staging server.
Thanks
LyseApril 30, 2019 at 3:23 pm in reply to: Blog list page post meta infos stopped displaying correctly #1095799Hi Ismael
I made the change you suggested but the post list page still does not display correctly.
Thanks
LyseApril 26, 2019 at 3:55 pm in reply to: Blog list page post meta infos stopped displaying correctly #1094755Hi Basilis
Yes the following code was added to the functions.php file:// move post meta info add_action('wp_footer', 'avf_move_post_meta'); function avf_move_post_meta(){ ?> <script type="text/javascript"> (function() { var body = document.getElementsByTagName( 'body' )[0]; var blog = body.classList.contains( 'blog' ); var entry = document.querySelectorAll(".entry-content-wrapper"); var meta = null; var title = null; if( entry ) { if( body.classList.contains( 'single' ) ) { if( ! body.classList.contains( 'single-post' ) ) return; meta = entry[0].querySelector(".post-meta-infos"); title = entry[0].querySelector(".av-heading-wrapper"); title.parentNode.insertBefore(meta, title.nextSibling); } else { if ( ! blog ) return; for (var i = 0; i < entry.length; ++i) { meta = entry[i].querySelector(".post-meta-infos"); title = entry[i].querySelector(".av-heading-wrapper"); title.parentNode.insertBefore(meta, title.nextSibling); } } } })(); </script> <?php }
Lyse
Hi Mike,
I have installed the beta version you provided and it fixed the issue I had with accessing my blog on both my staging and live sites.
Thank you
LyseHi Victoria,
When I click on the link I get the following message: The requested file could not be found.
LyseHi Ismael,
That won’t be necessary because today all of the post images are displaying as expected.
If it does happen again, I will open a new ticket.Thank you for all of your patience and help on this issue.
Lyse
Hi Mike,
You may close this ticket.
Thank you
LyseHI Mike,
That did not work. So I added the following to my styles.css in my Child theme specifying he page IDs instead. That worked..page-id-34548 input[type=”submit”], .page-id-34556 input[type=”submit”] {
background-color: #000000 !important;
padding: 12px 45px 13px;
border: 2px solid #969593 !important;
font-weight:bold;
color:#fff!important;
}Thanks
LyseHi Ismael,
All looks normal and the blog pages are as I want.
I have applied the code snippet to my production site and all looks as expected with any loss of functionality.
There is one last question, on the single post page, I don’t understand why the related post “Your might also like”, the images don’t display (neither on the staging server nor the production server) .
Here’s the single page links:
on the staging server: http://silviafindings.staging.wpengine.com/the-2019-maple-ridge-lapidary-club-rock-gem-show-is-on-this-weekend (hosted on WPengine)
on the production server: https://silviafindings.com/the-2019-maple-ridge-lapidary-club-rock-gem-show-is-on-this-weekend
Thanks
Lyse….and the customer service page is also missing lots of icons information: http://silviafindings.staging.wpengine.com/customer-service (hosted on WPengine)
So the script there is causing some issue….
…BTW you can see on the legacy staging server, this page is missing information in a section: http://silviafindings.staging.wpengine.com/custom-designed-molds (hosted on WPengine)
Hi Ismael,
The issues appear to become apparent only on the live site. But I had to remove the script code from the live site functions.php. As soon as I add the script code, many issues arise, so I’m not sure how we should go about fixing this I all works well o the staging server.
I do have one more option. I have another staging area that is a duplicate of the production site from a few days ago. I have added the script code to its functions.php file. I also added the latest CSS code to the Enfold quick styling.
Here are links to the pages:
https://silviafindstg.wpengine.com/jewellery-cornerYou should have access as administrator with the same temporary credentials, so you can see what’s happening directly.
Let me know if that will work. I can see that the two pages do no reflect the post meta changes we expect.
Thanks
LyseHi Ismael,
Here’s the new thread link: https://kriesi.at/support/topic/move-post-meta-data-below-post-title-2/#post-1072113
Lyse
-
AuthorPosts