-
Search Results
-
Topic: one-pager news pagination
Hi, i created a one pager with this theme. the 5th block element on the page is a News section. This News section loads 3 News items and has pagination to go to the next news items. When I click pagination , then the next news items are loaded, but the page jumps to the top. I want to stay on that News section and not need to scroll down again. How can I change that? The url is http://bit.ly/23EB0w9
Hi
i’m getting this error:
Fatal error: Uncaught Error: Function name must be a string in /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php:222 Stack trace: #0 /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php(131): avia_htmlhelper->render_single_element(Array) #1 /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-adminpages.php(205): avia_htmlhelper->create_container_based_on_slug(Array, ‘avia_active_con…’) #2 /var/www/anjanielsen.dk/public_html/wp-includes/plugin.php(525): avia_adminpages->render_page(”) #3 /var/www/anjanielsen.dk/public_html/wp-admin/admin.php(236): do_action(‘toplevel_page_a…’) #4 {main} thrown in /var/www/anjanielsen.dk/public_html/wp-content/themes/enfold/framework/php/class-htmlhelper.php on line 222
What to do??
Topic: Feature quiry
hello,
i was looking at this image on the enfold settings page and found i nice feature i would like to know about:
https://www.dropbox.com/s/fgjcwt8grkqhavy/Settings%20image.png?dl=0
how do you add those links like login and sing up on the top bar?
hello,
if you look at the top bar of the engloish section of my site you will see that the social media and language switcher look nice:
but have a look at the arabic side and you will find that its a bit of a mess, the line between Facebook and instagram is missing, and the english icon is stuck to the line thats stuck to the twitter icon (which i think is supposed to be the line between Facebook and instagram) and then the space between the arabic and english is wide and there is a line sticking to the english word:
heres a picture if you didn’t understand what i said:
how do i fix that?
* I have posted this question on a previous post so appologies for the duplication but I am worried that as its on old post – it might not be seen.
Hi, I have used the Advanced Custom Fields plugin and am ytrying to load some of this info into the blog grid – I have successfully got the modifications into the child theme but no matter where I place the code for the custom field in the postslider.php file, it loads it at the very top of the page – above all the content – when there are more than 1, it loads several above all the content – can I get this to load into the grid?
my code looks similar to this:$output .= !empty($excerpt) ? “<div class=’slide-entry-excerpt entry-content’ $markup>”.$excerpt.”</div>” : “”;
$output .= the_field(‘excerpt’); //* note – this is the line I have added!!
$output .= “</div>”;
$output .= ‘<footer class=”entry-footer”>’;Its odd – if I add some basic html to this example <div>this is a test</div>, I can get this to appear whereever I want. As soon as I am trying to load custom data from Advanced custom fields, it ignores where I put it in the template and just adds it to the top of the page. I even tried <div>this is a test <my custom content></div> this loaded the ‘this is a test’ text where I wanted it to go but threw the advanced custom fields data to the top of the page.
any ideas?
thanks!
Hi there,
(Latest WP and latest Enfold as of today.)i’m working on a one page design with color sections for each content block. One of these should be
60% image background with a header element on top (full width, transparent color background at 0.3 opacity) at the bottom of said section made from color section (#personal-id1)
40% text content made from color section with text-element inside (#personal-id2)So far i’ve created two color sections with 75% min height and resp. 25% min height and inserted a header element in the first and a text-element in the second.
.
I’ve then tried aligning the header with e.g.#presonal-id1 h2 { vertical-align: bottom !important; }
among other tries within the quick css of the enfold child theme, but this doesn’t have the desired effect.
How can i achieve this?Also: How can i provide extra percentage sizes for the color sections (e.g. 60/40) different from the standard ones?
Looking forward to your help!
ThanksTopic: Mobile option
Hello :)
Does Enfold have an option to switch a content section off when it is being watched by a mobile device?
So when a page is being watched by desktop the selected content shows and when it is watched by a mobile device not.Second question:
How do I change the height of WPML language selector when I use it in a widget? It doesn’t completely show other languages and their flags.Best regards,
SylvanaHi guys,
I’ve recently been testing CSS animations on blank pages on my Enfold site by placing my class name in the ‘For Developers: Section ID’ of a colour section. On my current page I’m trying to place two colour sections named ball and ballSquare.
In my CSS I currently have:
#ball { position: absolute; top: 50%; left: calc(50% - 200px); width: 100px; height: 100px; transform: translate(-100%,-100%); background: #009640; border-radius: 100%; animation: move-with-mb 2s infinite ease-in-out; } @keyframes move-with-mb { 0%, 100% { transform: translate(-50%,-50%) scaleX(.9); } 25% { transform: translate(-50%,-50%) scaleX(1.2); box-shadow: -10px 0 5px rgba(86,15,100,3,0.2), -20px 0 2px rgba(86,15,100,3,0.1); } 50% { transform: translate(-50%,-50%) scaleX(.9); left: calc(50% + 200px); } 75% { transform: translate(-50%,-50%) scaleX(1.2); box-shadow: 10px 0 5px rgba(41,128,185,0.2), 20px 0 2px rgba(86,15,100,3,0.1); } }and
#ballSquare { position: absolute; top: 50%; left: calc(50% - 200px); width: 100px; height: 100px; transform: translate(-100%,-100%); background: #009640; border-radius: 10%; animation: move-with-mb 2s infinite ease-in-out; } @keyframes move-with-mb { 0%, 100% { transform: translate(-50%,-50%) scaleX(.9); } 25% { transform: translate(-50%,-50%) scaleX(1.2); box-shadow: -10px 0 5px rgba(86,15,100,3,0.2), -20px 0 2px rgba(86,15,100,3,0.1); } 50% { transform: translate(-50%,-50%) scaleX(.9); left: calc(50% + 200px); } 75% { transform: translate(-50%,-50%) scaleX(1.2); box-shadow: 10px 0 5px rgba(41,128,185,0.2), 20px 0 2px rgba(86,15,100,3,0.1); } }Unfortunately only #ball seems to appear on the web page itself (URL in Private content section).
Strangely, allowing sidebars on this page also causes no CSS animations whatsoever to appear.
Does Enfold purposefully have a limit of 1 CSS animations per page?
Topic: Problem WP 4.5.2
Hi
I updated wp 4.5.2, updated the theme and stopped working. Can You help me?
Viewing 30 results - 96,001 through 96,030 (of 142,832 total)
