Forum Replies Created
-
AuthorPosts
-
perhaps this could help: https://wordpress.org/plugins/alphabetic-pagination/
edit: no this is something different – sorry – sounds right
- This reply was modified 9 years, 8 months ago by Guenni007.
the only thing is that i recognized the different behaviour on my iphone when changing from landscape to portrait.
on iphone the landscape orientation : no up link
on portrait : you can see the top-link-button ( because screenwidth is lower than 479px – so it is ok too)
but on portrait the tapping of the statusbar works too – so i did not see the need for a different handling of it,
and you are not using by general@media only screen and (max-width: 767px) { .responsive #scroll-top-link{display: none;} }
On Method 1 ( one background video for the whole slider – every slide with the same background video )
There you set up the video background on the color section options.
And set the video hight to custom pixel value (in my case because the transparent slideshow has a hight of 470px – i choosed that one)on Method 2 ( each slide of the advanced layer slider has its own videobackground)
you set up your layerslider like you want. The videobackground layer has to be the lowest layer (the one on top is the lowest Layer)
On embedding the video the plugin put first the real dimensions of your video – but on changing it to 100% each (width and hights) it will than fit to your slideshow. It is best that every transition of the videobackground layer is set to nothing and on Styles there are no margins or paddings set.- This reply was modified 9 years, 8 months ago by Guenni007.
http://kriesi.at/themes/enfold/
:lol:
i can see the media querie rules in the enfold css styles – and these are set to display=none in between 480px and 767px
On lower vallues than 479px the scroll-top-link button is visible ? So my question was not how to change it – but what was the reason for that behaviour. Is the tapping statusbar not possible underneath that value ?first switch the portfolio entries from old theme to posts.
Then i would try to switch to enfold and after that to convert the posts (former portfolios) to Enfold Portfolios.but please use it only in a test environment
and by the way if you want to activate advanced layout builder for your custom post type you can do it similar to post in child-theme functions.php:
add_filter('avf_builder_boxes','enable_boxes_on_posts'); function enable_boxes_on_posts($boxes) { $boxes[] = array( 'title' =>__('Avia Layout Builder','avia_framework' ), 'id'=>'avia_builder', 'page'=>array('page','post', 'portfolio'), 'context'=>'normal', 'expandable'=>true ); $boxes[] = array( 'title' =>__('Layout','avia_framework' ), 'id'=>'layout', 'page'=>array('page','post', 'portfolio'), 'context'=>'side', 'priority'=>'low'); $boxes[] = array( 'title' =>__('Additional Portfolio Settings','avia_framework' ), 'id'=>'preview', 'page'=>array('page','post','portfolio'), 'context'=>'normal', 'priority'=>'high' ); return $boxes; }
upload it and activate it on dashboard
in Enfold Child Theme Options it might be necessary to goto Import Data – the button at top “Import Parenttheme Settings”I think a Child Theme is a good advice because if you have to change something in your Theme Code it will not be lost by updating the Parent Theme.
A lot of changings here on Board Support work via child-theme functions.php (first of all it is an empty functions.php in the child-theme folder)
f.e. activating the custom.css on template builder elements
add_theme_support('avia_template_builder_custom_css');
or to show in lightbox the full-size image and not the large one:
add_filter('avf_avia_builder_masonry_lightbox_img_size', 'avia_change_gallery_thumbnail_link', 10, 1); function avia_change_gallery_thumbnail_link($size) { return "full"; }
etc pp. the support is full of such changings.
might be a problem of javascript –
at my installation the fullscreen slider works well. I guess screenhight will be set by a javascript and this is enormous at your slider (7950px).
Your top button doesn’t work too – this is also script related – so try to check this first.Try this:
#top .logo, #top .logo a { pointer-events: none; }
so this is a translation fault? So point 3 in my list is “Only title” and the last point on the list is in German : Weder Titel noch Textausschnitt
“neither title nor excerpt”Thanks – Can be closed now
i had some problems with layerslider and bwp minify – do you use this plugin too.
i solved it by excluding the layerslider scripts from minify.hm – also ich denke ich kann mit dir deutsch reden:
hier habe ich das mal auf einer Testseite gemacht:
http://www.guenterweber.com/entwurf/wp01/beispiel-seite/#anker
ich setzte vor das Bild einen Textblock, den ich nur im Textmodus nicht im visuellen Modus mit dem div füllte.
the code block in front of it must work
<div id=”referenzen”></div>
this might workand how do you link to the anchor?
site-url/#referenzen
but you can also use a text block with that div in it
i do only know box-shadow with 4 inputs
x-direction / y-direction / blur / color
so for what is the 0 0 5px 3px #888888i do my update always this manual way by deleting the whole folder (enfold) and upload the new one!
so i really don’t know why there is a mess upbelieve it or not : i didn’t do anything (only one little plugin update) since yesterday. Today it works!
so can be closed now
- This reply was modified 9 years, 10 months ago by Guenni007.
January 20, 2015 at 11:11 am in reply to: how to make background of main page content transparent or almost transparent? #382364But this will be hard to visualize if you haven’t for example a boxed layout and a background defined.
so here a text not private. On a new page it works well. But on an existing page ( allthough i flush cache on bwp minify and emptied the cache on wp super cache) it doesn’t work in different coloums than 2 ??
No idea why this happensbuy Photoshop :lol:
The Images are as sharp as you uploaded it. If your Images are to small for a bigger presentation format than you have to upload better/bigger ones. But be carefull too big is not good for loading times.
du hast wahrscheinlich in den Woocommerce Einstellungen die Seite für den Shop angegeben.
Dann passiert das so wie bei Dir.
Wenn du allerdings eine normale Seite anlegst, und im advanced Layout Editior bist kannst du den Layerslider einfügen, und oben ist noch ein Reiter zu den drei vorhandenen hinzugekommen. Nämlich Plugin Ergänzung.
Da kannst du jetzt wie den Slider auch Produkt-Slider, Produkt-Raster und Produkt-Listen hinzufügen.works this way Yigit – can be closed now! – thanks
thanks – it works.
BTW is there a possibility to change it not in the parent theme folder. e.g in a subfolder of the child-theme ?This reply has been marked as private.could this be a better solution than overflow-y ?
html { margin-left: calc(100vw - 100%); margin-right: 0; }
scrollbars are visible if needed – scrollbars are not visible if not – but !
- This reply was modified 9 years, 11 months ago by Guenni007.
and you have choosen the point “set zoom level automatically to show all markers” ?
on the page where the map is not at the top of the page the hight is set to 500px !
- This reply was modified 9 years, 11 months ago by Guenni007.
How did you add your Adress in google map element?
put in Adress than press fetch the coordinates (dont forget to save data)
you can see it here on your site:
the div with id= av_gmap_1 is empty- This reply was modified 9 years, 11 months ago by Guenni007.
you filled out all input fields on google map Element?
espacially you can see Latitude and Longitude (you pressed that little button on “enter Adress than fetch coordinates?Edit: now i can see a map but it is an iframe.
- This reply was modified 9 years, 11 months ago by Guenni007.
ich gehe mal davon aus, dass du eine Zimmerreservierung zu wege bringen willst.
da gibt es doch eine ganze Menge Plugins, die sowas genau verwalten. Unteranderem sogar mit der Verfügbarkeit der Zimmer in einem gegebenen Zeitraum etc.btw. bellow is used very often in some translations.
Select an icon for your tab title bellow
Bellow each Team Member you can add Icons that link to destinations like facebook page, twitter account etc.
Subtitle bellow nameetc pp
if you use poedit to look into these files you can go to Catalog and refresh from original pot-file
but not all “bellow” mistakes are corrected:
e.g:Add some content to be displayed bellow the number
but this is because in enfold.pot file the “bellow” is set too :lol:
- This reply was modified 9 years, 11 months ago by Guenni007.
a little bit offtopic:
well look at point 2) is it really the thing you like to have?
if you are not directly behind an internet backbone this site is loading tooooooooo long. A point where i loose the interest on visiting this page. -
AuthorPosts