Forum Replies Created
-
AuthorPosts
-
Works fine, first I put the string in the wrong position.
Thanks a LotSeptember 2, 2019 at 11:39 am in reply to: Issue Polylang Plug-in after Update Enfold Child #1132933My problem after entering a string that you released to solve:
to fix the bug:
You have to add </key> on line 82 in
/wp-content/themes/enfold/wpml-config.xmlWarning: simplexml_load_file(): /home/reside08/public_html/wp-content/themes/enfold/wpml-config.xml:81: parser error : Opening and ending tag mismatch: key line 47 and admin-texts in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): </admin-texts> in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): ^ in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): /home/reside08/public_html/wp-content/themes/enfold/wpml-config.xml:82: parser error : Opening and ending tag mismatch: admin-texts line 46 and key in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): </key> in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): ^ in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
September 2, 2019 at 11:36 am in reply to: Issue Polylang Plug-in after Update Enfold Child #1132931Here My Issue:
Warning: simplexml_load_file(): /home/reside08/public_html/wp-content/themes/enfold/wpml-config.xml:81: parser error : Opening and ending tag mismatch: key line 47 and admin-texts in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): </admin-texts> in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): ^ in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): /home/reside08/public_html/wp-content/themes/enfold/wpml-config.xml:82: parser error : Opening and ending tag mismatch: admin-texts line 46 and wpml-config in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): </wpml-config> in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): ^ in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): /home/reside08/public_html/wp-content/themes/enfold/wpml-config.xml:83: parser error : Premature end of data in tag wpml-config line 1 in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Warning: simplexml_load_file(): ^ in /home/reside08/public_html/wp-content/plugins/polylang/modules/wpml/wpml-config.php on line 59
Resolved With This:
</br>
ThanksYes, I want It for mobile…
ThanksHere a Screenshot that I Want,
ThanksTried but Don’t Work,
I Want Social Icons Near Language Selector and Weather in The Top Menu…
ThanksResolved…
It was a string <label> in My Module Contact that blocked my page, removed and inserted normally as text …
Thanks
- This reply was modified 6 years, 8 months ago by denisj77.
I Have Tried this Option,
If I move the slider above the contact form it works, if I report it below it does not work…
Here Work Screenshot: https://ibb.co/bVUMdH
Here don’t Work Screenshot: https://ibb.co/c4C2kx
Somebody Can Help Me?I asked a developer for a solution…
ThanksGreat Work,
ThanksHere my Credential…
ThanksWorks perfect,
ThanksOk, and How Can I do it?
With a Css Code?
ThanksYes, If i disabled The Plugin The Issue is Solved…
ThanksWorks Perfect,
ThanksOk, Works.
ThanksThe Border Line Come Under The Selector…
Can I Have It in The Same Line?
Screenshot: https://ibb.co/iiM67c
ThanksHere my link, Thanks
My site is This:
– https://residenzeparadiso.com/contatti –
I Want to Recreate on All my Pages a White Border Line Under my Menu, only for the length of the menu as in This example :
– http://www.hotelcostaparadiso.it/ –
ThanksI Have resolved it,
ThanksResolved, Thanks
Here a Screenshot: https://ibb.co/kBdyi7
ThanksOk , Works.
Now , I have customized the menu with the code below…
But why are the writings not as clear as in other websites? I used the same character…
Here my Site: – https://residenzeparadiso.com/contatti/ –
Here Another Site: – http://www.hotelcostaparadiso.it/it/contatti-costa-paradiso.php –
Can I have even more Thin character or do I have to change Font?
Thanks#avia2-menu.menu li,.weather {
font-size: 13px !important;
}#avia2-menu .menu-item a {
font-weight: 100;
}#header .av-main-nav > li > a {
font-size: 18px!important;
font-weight: 100;
}Ok, thanks for your support.
If i want resize my two plugin (Zoom in) weather and language on the top menù, is It possibile?Oh, Sorry , Thanks.
For my problem with i11 viewing, I saw what it is generated from.
The Problem is the widget weather, which if not loaded the language selector is cut to the right of the browser, and it positions correctly only after the weather widget is loaded.
Here Screenshot, Widget Weather Not Loaded: https://ibb.co/nDary7
Widget Weather Loaded: https://ibb.co/nrLTtx
I inserted the widget with this code in my Functions.php of Enfold Child:function add_custom_script_weather(){
echo “<div class=’weather’>”.do_shortcode(‘[simple-weather latitude=41.050573 longitude=8.939561 station=”darksky” show_current=”yes” units=”metric” days=”0″ date=” “]’).”</div>”;
}
add_action(‘avia_meta_header’, ‘add_custom_script_weather’, 10);Can this code be wrong? Can I give a fixed position and size of the container to solve the problem?
ThanksThe Code Works, but this is the code that gives me visualization problems in IE11!
Then I do not know what happened but from today I see the content of my pages smaller, not full screen
Screenshot: https://ibb.co/nrLTtx
Any Solution?
Thanks- This reply was modified 6 years, 9 months ago by denisj77.
Hi, I Want Enabled Transparent Header on mobile Devices, I do not know if you can solve the problem!
I Left Here my CSS Code and Credentials..
Thanks#top.page-template-default.page.stretched #main .container:before {
content: ‘ ‘;
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index: 1;
opacity: 0.2;
background-image: url(https://residenzeparadiso.com/wp-content/uploads/2017/12/chaplet-2489637_1920.jpg);
background-repeat: no-repeat;
background-size: cover;
}
#top.page-template-default.page.stretched #socket .container:before {
background-image: url(https://residenzeparadiso.com/wp-content/uploads/2018/01/whitebackground.png) !important;
background-repeat: repeat;
}
#top.page-id-61 .inner_sidebar {
font-style: normal!important;
}
.header_color .weather {
color: black;
}
#top .av_header_transparency #header_meta {
border-bottom: none! important;
}
.inner_sidebar {
margin-left: 30px;
}
.main_color table,
#top .main_color .avia-data-table.avia_pricing_minimal th {
background: transparent;
}
.weather {
position: relative;
float: right;
top: -10px;
right: 150px;
}
#top.page-id-53 .avia-slideshow-controls {
display:none!important;
}
@media only screen and (max-width: 767px) {
#top #wrap_all .av_header_transparency, .av_header_transparency #advanced_menu_toggle {
background: transparent!important;
position: absolute!important;
}
#header_meta .container {
max-height: 30px;
}
#top .av_header_transparency #header_main {
top: -50px;
}
.responsive .logo img {
max-height: 40%; top: 0px;
}
.weather {
top: -30px;
}
.responsive #header_meta .sub_menu ul {
text-align:right!important;
color:#000!important;
}
.responsive #top #wrap_all .container {
width: 100%!important;
max-width: 100%!important;
padding-left: 25px!important;
padding-right: 25px!important;
}
}
@media only screen and (max-width: 769px) {
.html_header_top #top #header .logo {
margin-top: 0px;
}
@media only screen and (max-width: 754px) {
.weather {
right: 115px!important;
}
}Ok, last question for my top bar.
Is it possible that the time and language widget is positioned further to the right in line with the menu below?
Type this image : https://ibb.co/i2qoGH
ThanksOk, This Code Works Good.
Can I have a css code with the same function for mobile devices and smartphones?
Thanks- This reply was modified 6 years, 9 months ago by denisj77.
Great Work, Now Is Working Good.
For The Weather Widget, Now it moves far to the left from the languages selector in Smartphone, What should I change to keep it close?
But for my next changes css better insert them in quick css or in Enfold>General Styling?
Thanks a LotScreenshot: https://ibb.co/g2bwrH
- This reply was modified 6 years, 9 months ago by denisj77.
-
AuthorPosts