Forum Replies Created
-
AuthorPosts
-
November 30, 2023 at 10:28 am in reply to: Deprecated: Unparenthesized `a ? b : c ? d : e` is deprecated #1426779
I have the same problem on an old site where the php version has been updated
Versione di WordPress 5.6.2
Tema corrente: Enfold (versione 4.4.1)
Versione PHP 8.2.11Dettagli dell’errore
====================
Un errore di E_COMPILE_ERROR è stato causato nella linea 313 del file /home/priula/public_html/wp-content/themes/enfold/functions-enfold.php. Messaggio di errore: Unparenthesizeda ? b : c ? d : e
is not supported. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
The problem is that I cannot login and therefore update the versions of wordpress and enfold in any way!
I tried uploading enfold via ftp, but it still won’t let me log in.Can you help me? Thanks
April 19, 2021 at 9:58 am in reply to: Portfolio item links need to open in new browser window #1295194Hi,
I put this code in function.php of my chidthemefunction av_portfolio_new_tab() { ?> <script> jQuery(window).load(function() { jQuery('.grid-image').attr('target','_blank'); }); </script> <?php } add_action('wp_footer', 'av_portfolio_new_tab');
and I give the av_portfolio_new_tab class to the portfolio grid, but don’t open a news window.
What can i do?
I find the solution with CSS
.av_header_transparency #header_main{
background-image:none !important;
}#header_main {
height:305px;
background-image:url(“https://www.seratemusicali.net/wp-content/uploads/2020/07/2020.jpg”);
}.template-single-blog{
padding-top:20px;
}Thank you Mike and Victoria,
I’m not able to change this code, I thought it was easier to add a navigator between post.
I will think of another way to do this.Thanks
Hi Victoria,
i know, but what link should I add to go always to prevoius and next post. I have added the links in every post or there is a link that always recalls the previous and the next?Hi Victoria,
At this post I add 3 bottons for the navigation.
What link should I give to the prevoius and next buttons?Thank you
I found other suggestions in another post, and I solved it!
Hi Mike,
I have a same issue at this sidebar menu. I’d like that the current page link is aligned withe the other links, without background color.What can i do?
I do it!!!
content: "\e812";
add \ before the chardcode and if the chardcode is \ue812 remove the letter u
HI, I have the same problem and I have the 4.5.6 version of enfold theme.
see this documentation
Thanks Victoria, it’s perfect!!!
I have this css fot the normal header widget:
#header .widget { left: 54%; padding-top: 0px; position: absolute; top: 55px; transform: translate(-50%); z-index: 999; text-align:center; color:#0095d5 !important; font-size:18px; font-weight:bold; line-height:21px; }
this for the header widget of the home page (I need this for the trasparency page, there is a code fot this case? so I can remove ID and put the trasparency style)
.page-id-10 #header .widget{ color:#FFF !important; text-shadow: 1px 1px 6px #000000; top: 55px; }
And this for tablet and mobile, where I use meta header.
@media only screen and (max-width: 990px) { #header .widget { display: none !important; } } @media only screen and (min-width: 990px){ #header_meta{ display: none !important; } } @media only screen and (min-width: 1024px){ #header .widget{ font-size:23px !important; line-height:25px !important; } }
The last code I need is for scroll state. I try to add this, but it doesnt’ work
.header-scrolled #header .widget { font-size:12px !important; top: 20px !important; line-height:15px !important; }
Hi Rikard the widget blu in the other page and white in the home page is right!
I’d like to active the shrinking header, but the problem is that the widget is biggest for it. There is a css to change the style of the widget only in the shrinking header? I didn’t find it.Thanks
Ok, I managed to fix it.
There is only the problem of the Shrinking Header, that now I have disabled.
There is a css style to change it?Thanks
Hi Rikard, yes but only in home page because I add the Title in a Layer Slider. But in the header of the other pages and in the Shrinking Header there isn’t the title. I want to add the title also in this header, like this example:
https://www.dropbox.com/s/dpxejy8yu38w0uc/Shrinking%20Header.png?dl=0
And in the mobile like this:
https://www.dropbox.com/s/icu5kj4g1ygj0rn/mobile%20header.png?dl=0I find the example with “widget area next to the logo”, but with menu at right, and I need the menu below.
Hi Victoria,
this is the linkSorry Vinay, but I have the menu below not left like this example.
Hi Rikard,
I try to follow this instruction, but the result is thishttps://www.dropbox.com/s/3vigp0o66jhbcc7/header_w.png?dl=0
and not this
Fantastic! Thanks Dude!
You can close the topicHi Basilis,
I create a user.
thanksThanks Rikard,
Unfortunately it is a site that I inherited … I’m trying to fix the graphics.
There are a few plugins, I tried to disable them but it still does not work.What else can it be? I see it’s on a window server…
I’d like that in the address box the world icon and the mail icon were side by side and not one above the other.
There is another issue: the slider above the menu doesn’t work. I think can be a problem of the server, but I’m not sure. Can you have a look, please?
you can close it, thanks!
Thanks Ismael!
Hi Basilis,
for now it’s all, if there are still problems when I move it on the new server I ask you
Thanks
Hi Basilis, my hosting say that there is something who match with MOD_SEC that have temporarily disabled
They say that the issue isn’t PHP…
It’s a bit that I think to change hosting … I know that the time has come!
Hi Victoria,
I know this issue, now I’m waiting that my web site will migrate on a new server… in the meantime can I do something to come back to see it? Can I go back to the previous version of Enfold by ftp?
At the moment I can not even access to the backendThanks
Hi Yigit,
maybe you take a look? -
AuthorPosts