Forum Replies Created
-
AuthorPosts
-
Yes !! I just did. Thanks a bunch for the pointers. As always best theme and best support !!
Also I need to have a custom icon on each toggle option, I´ve tried to put an ID on the option, but how I can create a css for each option ?
Found the solution, will implement it
https://kriesi.at/support/search/?bbp_search=dynamic_avia+solution
- This reply was modified 3 years, 12 months ago by LUISCANAL. Reason: Did not work !
Solved ! Was something cache related !
ThanksFORGET ABOUT IT, deleted cached files and disabled JS compression and started working again !!
Dont worry, depends on the platform you are using (ie. Tablets), but will figure it our with CSS. Using portrait and landscape !
THanks a lot Victoria
Hi Victoria !!
The screenshots are the ones on Private Data !
Thanks
Guys !! Fixed problem 2 with CSS.
Worked like a charm ! Best support ever !!
Thanks IsmaelSorry, I’m not a programmer, I tried that and does not remove the Tienda (Shop) title on search results …
If I search for https://subastando.online/?s=tra&post_type=product shows Tienda, and I need to show in the Breadcrumb Title Bar: Results for your search XXX
Could you please help me ?
Thanks
LuisHi Victoria !! Sure thing, below site info
Hi Victoria, 197 posts, cache level 0.
Unfortunely It did not worked, now brings always the same two posts instead of random ones …
Thanks, but that shows first the CATEGORY (with the filter above) and after that the author …
I need this:
Author
Category
DateNow I get:
Category
Author
DateIs possible to change that ??
Great !! The only problem I got know, is that logo is not linking in some parts … In the line of the div ..
How can I solve that ?
Thanks
LuisSURE, https://www.laudalighting.com/news/
I need to move the SECONDARY MENU: Sign in / My AccountMy CartLogout
Besides the shop basket, left to the basket. I accomplished that. But I need to get rid of the top bar, its empty !
Thanks
LuisJanuary 27, 2018 at 11:10 pm in reply to: Search box disappears of the main menu when the page is loaded #903814Solved it !! Sorry !!
Finally !! Thanks Ismael !!
Ismael, did you really checked my site ??
IT IS NOT A PLUGIN PROBLEM, look at the links below please…
And if you do not have the time or knowledge to answer, let another moderator take care of my issue, I loosing time and money here … I need to solve this ASAP.
Thanks
LuisYou have the logIn credentials, dont you ?
Look at the posts, all of then have the shortcode.None of them work on the avia editor.
With your theme and the DEFAULT editor works. When I use the AVIA Advanced editor the plugin does not work. The plugin guys told me that they cannot fix that.
I need your feedback on this please.
Thanks
LuisThis reply has been marked as private.Thanks Ismael, but forget about the plugin… I have this shorcode
<b><h1>cheese<h1></h1></b>
On this page:
and does not work either …
- This reply was modified 7 years, 1 month ago by LUISCANAL.
Code Blocks do not work … for example, code block in page:
http://www.survivalgearreview.info/newest-reviews/lacie-xtremkey-32gb-usb-3-0-flash-drive/
I put the following code:
[P_REVIEW post_id=”836″ visual=”full”]
<b><h1>cheese<h1/></b>
The P_REVIEW is a plugin shortcode. Does not shows.
The html code does not shows either …
Same error on all posts and pages with code blocks … test page: http://www.survivalgearreview.info/test/ Nothings shows
Please help, used to work just fine !!!
Guys, did you had a chance to look into this ?
Non of the code blocks are working for us …
They dont show anything ….
I need your support on this issue.
Thanks
LuisThis reply has been marked as private.August 29, 2017 at 2:07 pm in reply to: Search field in the menubar instead of a dropdown on click of icon #845327Hi Jordan !
I fixed already using this post: https://kriesi.at/support/topic/enfold-removing-the-search-magnifying-glass-and-adding-in-the-search-field/
Thanks a bunch
LuisAugust 28, 2017 at 11:54 pm in reply to: Search field in the menubar instead of a dropdown on click of icon #845105Sorry but I´m lost. I see the field now, under the banner, that I defined in the widget with css:
#header .widget {
padding-top: 2px;
padding-bottom: 1px;
text-align: center;
z-index:-1;
background-color: #ffffff;
}Now, how do I place the SEARCH field INTO the menu, at the left. I do not want it at the top below the banner …
August 28, 2017 at 11:28 pm in reply to: Search field in the menubar instead of a dropdown on click of icon #845092Thanks Jordan, I already have one defined for a banner … to add the search this should be the code ?
add_action( ‘ava_main_header’, ‘enfold_customization_header_widget_area’ );
function enfold_customization_header_widget_area() {
dynamic_sidebar( ‘header’ );
}
;
add_action( ‘ava_after_main_menu’, ‘enfold_customization_search_widget_area’ );
function enfold_customization_search_widget_area() {
dynamic_sidebar( ‘search’ );
} -
AuthorPosts