Linards
Forum Replies Created
-
Forum: Plugins
In reply to: [Lightbox & Modal Popup WordPress Plugin - FooBox] Insert Gallery not workingHi @bradvin
I have the same problem with the gallery as sme other plugin users have here,
When I update the page with the according galleries, it does not show the images i the webpage.
When I remove the gallery form the page, and Add the same galleries once agian, on the initial page load the images show up, however after two page reloads the images are gone from the website.
There are some JS errors:
https://postimg.org/image/7ywfmk0xej/this is the website:
http://veltaberzina.com/Thank you
Forum: Plugins
In reply to: [Gallery by FooGallery] Urgent – Updated Galleries Not WorkingHi @bradvin
I have the same problem with the gallery,
When I update the page with the according galleries, it does not show the images.
When I remove the gallery form the page, and Add the same galleries once agian, on teh initial page load the images show up, however after two page reloads the images are gon from the website
https://postimg.org/image/7ywfmk0xej/
this is the website:
http://veltaberzina.com/Thank you
Forum: Themes and Templates
In reply to: wordpress submenu dropdownworked like a charm, thank you Stephen
Forum: Themes and Templates
In reply to: wordpress submenu dropdownThank you for looking into this.
I had to adjust the classes to it, cause the css did not hide the items. but now the items are hidden, however on hover those are not displaying.
cheers
Forum: Themes and Templates
In reply to: wordpress submenu dropdownthank you Stephen, much appreciated!
However I implemented CSS with all its classes and IDs, still nothing
<nav> <div class="menu-primary-menu-container"> <ul id="menu-primary-menu" class="no-bullet"> <li id="menu-item-15" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-13 current_page_item menu-item-has-children menu-item-15"> <a href="http://veltaberzina.com/">Portfolio</a> <ul class="sub-menu"> <li id="menu-item-165" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-165"><a href="http://veltaberzina.com/beauty/">Beauty</a></li> <li id="menu-item-166" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-166"><a href="http://veltaberzina.com/commercials/">Commercials</a></li> <li id="menu-item-167" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-167"><a href="http://veltaberzina.com/editorial/">Editorial</a></li> </ul> </li> <li id="menu-item-16" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-16"> <a href="http://veltaberzina.com/get-in-touch/">Contact</a></li> <li id="menu-item-17" class="menu-item menu-item-type-post_type menu-item-object-page menu-item-17"> <a href="http://veltaberzina.com/about/">About</a></li> </ul> </div> </nav> nav li.menu-item-15 { position: relative; } nav ul#menu-primary-menu ul.sub-menu { display: none; position: absolute; top: 40px; } nav li.menu-item-15:hover > ul.sub-menu { display: block; } nav li li { padding: 5px; }the submenu just got hidden, when hovering over, it does not appear. Can you spot the mistake?
Forum: Plugins
In reply to: [Galleries by Angie Makes] Images not appearing on the localhostanyone? is this a bug?
Forum: Plugins
In reply to: WP gallery images not showing upis this a bug? does anyone know
thanks
Forum: Plugins
In reply to: [Galleries by Angie Makes] WP Canvas – Gallery Not Working At AllHey, I have the same problem. However there is only 3 plugins including the gallery, and two of the other ones are not even enabled, but gallery still does not show.
Advise please
Forum: Plugins
In reply to: WP Canvas Gallerysorted
Forum: Plugins
In reply to: Bootstrap shortcode pluginI simply installed the BS shortcodes plugin to my Network sites, and activated it from my child theme dasboard. Hope it helps. thanks
Forum: Plugins
In reply to: Bootstrap shortcode pluginsorted
Forum: Themes and Templates
In reply to: $args 'menu' => 'main-menu'Thank you
Forum: Your WordPress
In reply to: I'd like feedback for my second sitelike the colors.
what plugin you used for checkout?Forum: Your WordPress
In reply to: Website im working onwhere’s the site?
Forum: Themes and Templates
In reply to: Changing Permalink from ID to NAMEThanks,
I did put the code
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase /linards-berzins.com/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /linards-berzins.com/index.php [L] </IfModule>in the.htaccess file, still nothing.
And as well, it was without the code snippet, had to get it from Codex.