Forum Replies Created
-
AuthorPosts
-
Hello
This does not work. You can paste, save, view the page and all is well. Reopen the page for editing from dashboard and all pasted shortcode content is gone from ALB and the shortcode parser. Sometimes, saving the page after editing some aspect in the newly pasted shortcodes is gone too. I tried this by cutting all the pasted sections to one element and same thing. Used chrome and edge, cleared cache and same problem, so seems unreliable.
In fact, even adding any new element to the page especially after the pasted shortcodes causes the pasted ones to all vanish but the added ones remain.
I can not use the revision code as WP5+ won’t always display the revisions, That is also a known bug it seems.
Please advise.
Thanks.Hi Ismael
Thanks very much for all your help. That works.
I have a related question. For another portfolio page, it’s the default setup and I use Quick CSS:
.page-id-14366 .grid-entry-title.entry-title {
pointer-events:none !important;
}What I want to do is enable pointer events for a specific portfolio grid item and underline its title too using text-decoration: underline, but I can’t figure out how to target it. There are 30+ grid items but only a few have a portfolio single page to link to from the grid and those are the ones I want to do that for.
Best regards
- This reply was modified 4 years, 6 months ago by s29ers.
Hi Ismael
NP. Thanks for all your help, but that doesn’t work unfortunately. You can see I have placed the above code at after the 3 lines at line 965.
The only thing that puts up some read more link as you can see on the webpage, is the code I have in the child theme functions.php:
add_filter(‘avf_portfolio_extra’, ‘avf_portfolio_extra_mod’, 10, 2);
function avf_portfolio_extra_mod($output, $entry) {
$output = ‘<div class=”portfolio-new-meta”>’;
$output .= ‘<div class=”portfolio-read-more-link”>ID).'” class=”more-link”>’.__(‘Read more’,’avia_framework’).'<span > →</span></div>’;
$output .= ‘</div>’;
return $output;
}And, my Quick CSS:
/* Disable links from portfolio grid items */
.grid-entry-title.entry-title {
pointer-events:none !important;
}disables the links on all excerpts in the portfolio grid.
However, the read more links still open the portfolio item’s page regardless if the portfolio item has content or not. It is NOT the excerpt that is to be checked, it is the grid item’s portfolio page. There will always be an excerpt. BUT if there is no content in the grid item’s portfolio page then there should be no read more link for that grid item.
If it’s possible to fix this I would appreciate it.
Regards
- This reply was modified 4 years, 7 months ago by s29ers.
Hello again Ismael
Sorry, I’m confused, What code exactly do you want to add under the three lines starting at 965?
ThanksHi Ismael
Thanks very much I will try that. However, the second part of the problem was how to show the read more link only on specific grid items, i.e. ones where the grid item’s portfolio page has content. If there is a way to show it for specific ones manually in CSS or code, I can do that as there are not many.
Thanks and regards
hello
a) i tried the first set of code provided by ismael (except I removed the date and the code class=”more-link-arrow”). It works well. The Read more link is above the portfolio item in the portfolio grid.
however, the modification from basilis changing function avf_portfolio_extra_mod($output,$entry) { ….
to
function avf_portfolio_extra_mod($entry,$output) { …
that is supposed to put the read more link under the excerpt but it doesn’t move it. Can you please advise how to move the link under the excerpt?b) i have disabled linking from the excerpt to the portfolio page with this code in Quick CSS
/* Disable links from portfolio grid items */
.grid-entry-title.entry-title {
pointer-events:none !important;
}So now, only the image opens in the light box. That is because I want to use the read more link. However, I *only* want to have a read more link when there is content in the portfolio grid item’s page. For example, the first grid item (Mobile) has something on its portfolio page. The second grid item, Rocket, has no content on its portfolio page which is blank. Therefore, how to only show Read more links for portfolio pages that have content? In this case, Mobile would show a read more link but Rocket would not. If I have to list pages that should have a link by post # manually in the code, that is OK too as there aren’t many.
Credentials are in the private area.
Thank you
hello
I have a similar problem as the posters related and read several topics on this issue but none seem to work.
I have a portfolio grid and have disabled the click to a related grid item’s entry page (the portfolio entry page) as I do not need that since 90% of my grid items have no other content than the excerpt. I used this code in the child functions.php file::
add_filter(‘avf_portfolio_cpt_args’, ‘avf_portfolio_cpt_args_mod’);
function avf_portfolio_cpt_args_mod($args) {
$args[‘exclude_from_search’] = true;
return $args;
}However, a few have do have other content, so for those I’d like to add an actual Read more link after the grid item’s excerpt that opens the portfolio entry page for that item. I can’t get it to work. Can you please help?
Thank you
March 12, 2020 at 12:05 am in reply to: ENFOLD – Font & Padding management for mobile devices #1192438Hi Rickard, sorry it is not working. I attach two links from Android. On desktop, the font size is 48px. If I use 80% or 90%, yes it’s smaller but it’s smaller than the body text which is wrong. If I set say 40px instead of %, it works fine. So it’s not working.
hi wbmstrss, my post wasn’t directed at you, sorry for any misunderstanding, but thanks for responding. i noted there were posts asking what the ‘solution’ kriesi support posted and that wasn’t given, so my post was directed at them. I’ll try Clean sweep. Thanks for the tip! Regards
Hello
I asked for the fix that was done for webmstrss but no explanation was posted. So I made a video of this problem. Link below. The issue is this:
– when we set something say column margin or padding, or other things on that dialog box, *sometimes* they are set, sometimes they are not — i.e.: nothing has been set after saving and looking at the col settings again. It also happens on colour section settings, etc. This is totally random and wastes a huge amount of time. Yesterday, all these were working fine. Last week they were not. This morning they are not.
The video shows me opening col settings, adding a specific margin of 20px, then going to padding, having a look, and then going back to margin. It is still 20px as I set. So I save it. Then I open col settings again. Nothing is set and the margin is zero.
That’s the issue. I’ve checked permissions etc. everything is fine. No caching is being used. It happens whether a caching plugin is on or not, whether browser cache has been cleared or not, etc. Even restarting the computer makes no difference. It’s a totally random problem and has been there since I began using Enfold.
Please advise.
March 9, 2020 at 9:28 pm in reply to: ENFOLD – Font & Padding management for mobile devices #1191645Hi Rikard,
Sorry about that. I fixed it now. The title is H1 on the homepage.
When I apply the code
@media only screen and (max-width: 767px) {
h1{ font-size: 80% !important;
}}it works if I set a fixed pixel size like 20px. But it will not work if I use the percent as above.
Please advise,
Thanks
March 8, 2020 at 11:31 pm in reply to: ENFOLD – Font & Padding management for mobile devices #1191333Sorry, there is no specific page; if I added the above css, it should affect all pages. Nothing changes on any page.
March 8, 2020 at 11:27 pm in reply to: ENFOLD – Font & Padding management for mobile devices #1191329Hi Rickard
Your help much appreciated.
Thankshello
i have a similar problem to the last answer. i use a plugin to control which pages i want a footer widget to display in for example widget footer col #1 and that works fine. however, on some pages i have set the footer col #1 widget not to display but then some generic widget is being displayed which says : “INTERESTING LINKS Here are some interesting links for you! Enjoy your stay :)”. how do I get rid of this if there is no widget active in that col for such a page but there is a widget in that col for other pages which i want to be shown?
thanksHello, thanks for your reply. I tried this and it suffices for me:
a) Set my main menu with the header option Set logo and menu position adapt to browser window. That moved the main log ot browser edges.
b) Set the submenu, with this code I found on the forum but now can’t find the page…
.submenu_logo {
width: 120px;
height: auto;
overflow: hidden;
position: absolute;
top: 3px;
left: 10%; /* from left browser edge */
}with the following in the functions.php of the child menu
/* Submenu logo tied to .submenu_logo in CSS*/
function ava_custom_script() {
?>
<script type=”text/javascript”>
(function($) {
function a() {
$(‘#top .av-submenu-container’).append(““);
}a();
})(jQuery);
</script>
<?php
}
add_action(‘wp_footer’, ‘ava_custom_script’);Regards
Hello
I too have tried these and they do not work for me. Perhaps you can help. I have listed the credentials below. On the home page, there are two column sections. Page down past ‘core features’ then a blue section and then color sections with two column rows are shown. The sections have CSS applied to centre the two columns in each, which are 1/3 and 1/2. I would like to increase the space between the columns (not padding as that is within the column), but ensure that cols are still centred on mobile and tablet when the two col rows show as one col rows.
Thanks very much.Hi
I tried this and works well, but the logo is at the browser edge, not at the container width, but the menu items are set to align right so they are at the right edge of the container. Changing background position to something else than 0% will move it in, but then the logo location is a % of the browser width not the edge of the container so always its alignment looks wrong. How to position it properly at the container left edge – any help appreciated.
ThanksHi Ismail,
I have a similar related issue on scrolling sections. All are set to 90% and the arrow shows fine. However if the last section on the page is fixed height say 400px or another fullwidth element (like page content) and you click the arrow to scroll to the next section it won’t scroll. It tries to but stays put and actuall goes backwards a bit. Please advise. You can see this on the page link in the private area below.
BTW, scrolling seems very jerky to me. Can you kindly look at why or suggest a solution for that too?
Thanks- This reply was modified 4 years, 9 months ago by s29ers.
February 10, 2020 at 4:59 am in reply to: ENFOLD – Font & Padding management for mobile devices #1182900Hello Rikard
I have a related question to this topic. I have set the sizes for h1 – h5 and body font p tags and line heights for each,in the Enfold general styling settings, which is fine on desktop. I would like to set different font sizes for all these for mobile and different line-heights, in some cases a different font. I tried your suggestion and others in the forum like this one to change size to start:
@media only screen and (max-width: 767px) {
h1{
font-size: 13px !important;
}}
but none work on mobile. There’s no change.
How can I do this?
ThanksHello,
This problem seems to be a repeated concern in Enfold. Even above several people asked what you had done for other users and there was no explanation. This should not need tech support to fix each time.
In the version I was using till a few days ago (4.2.1 I think) individual height option would not sick what ever choice was made, padding would not get applied to columns, background would sometime be set and if you went back and edited right after no settings took. I gave up and either used none of these or made the some changes manually with CSS.
Now, I updated to the latest version and created some new pages and the same problems exist.
I set a background col colour of orange to test. The col outline in ALB shows an orange dot after saving. You preview the page and there is no background. I edit the col and it shows as set. Save and exit and the dot is gone. Edit and there is no set colour. Try again and preview and this time orange background exists for the col. So next, I tried to set padding. I set 10px 5px 10px 5px, and save and exit and edit again and nothing is set. Even orange background setting is lost. Preview and no background no padding. Try again with “apply same value to all” checkbox and set 10px padding. Same thing – i.e. no padding, no colur. Try 5% same thing. Same problem with individual and equal height settings – they don’t set.
I have cleared browser cache each time, restarted, stopped my WP caching program, etc. There is no difference.
Please advise.
Thanks
- This reply was modified 4 years, 10 months ago by s29ers.
Sorry link error, try this from box below
Ok, please see the box below. There are two sections as you can see on the page. The result should be as per the screenshot in the second file in the zip, and should always look like that regardless of browser size, and fill the window, without scrollbars showing.
Hi Rickard, I just want the background of the page to be same colour background as the sections. Then I can set the content in the sections asI need. Setting the section size won’t work as I mentioned as the section content moves depending on the section size. Thanks
- This reply was modified 5 years, 8 months ago by s29ers.
Hi Victoria, your post was blank. Thanks
hello
i tried this technique but it doesn’t work the way i think it should, as i want the background of the page to be a fixed colour, so perhaps you can help.
a) if i set the section setting to use ‘no minimum height, use content to define height’ then the section is as high as the content and the remaining browser tab has top and bottom black borders.
b) if i set section to 75% or something like that, the same thing happens with black borders if the browser is bigger than the content. and if the browser window is smaller, you have to scroll all the background which is not very attractive.
c) if I set a section to 100% browser height, then the section’s content on the page gets centered vertically to page height and all its vertical layout is lost and content below that section is pushed to one ‘page down’.how to just set the page so each section displays using ‘no minimum height, use content to define height’ which is the correct element layout for the section contents AND fill the browser, whatever size it is set to by user with the same background colour as the sections avoiding above problems
see links belowthanks
Hi and thanks for the reply. I’ve listed pages you can see below which show you all three examples. Regards
Hi
I used the advice in the support forum to change the overlay icons to a plus sign, with this
.image-overlay .image-overlay-inside:before
{content:”\E816″; font-family: ‘entypo-fontello’; font-size: 32px; font-weight: normal; }.image-overlay.overlay-type-extern .image-overlay-inside:before
{content:”\E816″; font-family: ‘entypo-fontello’; font-size: 32px; font-weight: normal; }However,
a) galleries (large image, rest only visible in light-box) have a much smaller overlay icon size than images. How to make them the same?
b) If there is an gallery in 1/5 col, the overlay colour set in advanced styling is not applied nor is the overlay icon displayed. For an image it is. If I change the col to 1/4, both work.
Please advise how to fix this problem.
Also,the icon size on the 1/5 col images or galleries is too big. How do I make it smaller for just those elements in the page only, as on other images in 1/2 col, on the same page, the icon size is OK as it is in the code above.
I put a link in the private section for you illustrating all this.
Thanks
Thanks, that’s perfect. I had been trying several things before that weren’t working properly! BTW, your solution worked in Quick CSS. I may have some similar question on tooltips and captions but will try myself first. Thanks again. Regards, s29ers.
Hi Victoria, sorry, none that I see — no private comments or screenshots. Only the normal posts. I think you were looking at pages that have small thumbnails, Try the page I pasted in the private section below. Thanks
Hi Victoria, your post was blank; I tried the code in the post but it removes the circle and also removes any overlay which I would like to keep as then the user knows he has moused over a link. How to remove the circle only? Thanks
-
AuthorPosts