<div class=”separated-item-25 col-md-12 first-col last-row last-col” style=”overflow: visible; height: auto; min-height: 22223px;”>.
The 22223px figure seems to come from nowhere and when inspected on firefox resets to around 4100px. When I remove the elementor shortcode section the white space disappears. Does anyone have any ideas how I can solve this? Is there any additional css or a quick fix I can use?
]]>i have an issue with your Plugin. The Cart does not show up in my themler generated theme.
It’s not even in the code, and I really don’t know what I am supposed to do.
Hopefully you can help me here.
Thank you
]]>When I try it on a theme like Storefront the menu cart works but I created this theme in Themler and the menu cart doesn’t show.
https://www.mgwebdesign.com.au/demowp1/
Any idea what the plugin relies on that my theme doesn’t have?
Cheers,
Karen
https://www.ads-software.com/plugins/woocommerce-menu-bar-cart/
]]>I’m new to the WP Forum so please forgive my lack of knowledge and length of post below, its difficult to explain my problem without the detail – sorry!!
I have a Hosting package with 1&1 using WordPress as my CMS. I would really value your expert advice regarding a fundamental process that I need to understand, but that is a mystery to me and I just cannot get my head round it!?!
*Getting Text content and images etc from WordPress to sit in the correct position / areas on the pre designed template.*
Background:
I’m new to WP and to the theme generator I use called ’Themler’ (a very steep learning curve for both!!). Basically if required, I would create my theme in Themler for any website pages that may be needed, and theoretically use WP for the Content. Themler sits within the WP Admin Dashboard, so can be accessed easily. I create the page titles in WP and they show up within Themler. I then construct the overall theme and individual pages in Themler. On the Theme for each page are areas for both images and text to be added.
My Problem / lack of understanding:
What happens next, after the Theme has been created and base pages laid out is my main problem area.
On each page there are designated areas (for example:- text boxes, rows and column etc) for text and images. What do I need to do next with the text and images?
1: Would I indicate on the theme that a header and some text needs to be added, by putting say ‘HEADER 1’ and ’TEXT 1’ in the respective areas, then go to WP and access the Visual Editor where the ‘HEADER 1’ and ’TEXT 1’ should show up and then input the full header and text content? But there is a small amount of code included as well within this editor window.
2: Do I put the full header and text content into Themler?
3: If I need to firstly input text and images into the WP Visual Editor, how does WP know where to place then on the Themler template?
Out of interest:
I did use Artisteer theme generator previously. The process I used then was to indicate where a title or text would go by calling it ‘Header 1’ and ‘Text 1’ within / on the Artisteer Template, I would then export the .zip file to my then CMS (Quickersite), after a bit of configuration the ‘Header 1’ and ‘Text 1’ would appear in the Visual editor. I would then enter the respective text knowing that it would appear in the right place on the template when published.
Finally and Ideally:
I would like my customer (via a second WP admin password) to be able to edit simple blocks of text on their webpages, these may be areas of text that quickly become out of date for example. So using the Visual editor with only plain text showing would be ideal! Or is it the case that whatever happens with the text and images within Visual editor, you are going to get bits of source code showing as well? This may be confusing for the customer and may allow for items of code to be accidentally deleted!
I would really value your input and hopefully this will provide a way forward for me.
Thank you in advance.
]]>Warning: Invalid argument supplied for foreach() in URL/wp-content/themes/WEBNAME/export/export.php on line 155
Warning: Cannot modify header information - headers already sent by (output started at URL/wp-content/themes/THEME/export/export.php:155) in URL/wp-includes/option.php on line 787
Warning: Cannot modify header information - headers already sent by (output started at URL/wp-content/themes/THEME/export/export.php:155) in URL/wp-includes/option.php on line 788
What I’ve done so far:
I deleted all my plugins = problem still there
I removed the function.php = problem solved
I checked for any whitespaced, empty line before or after the php opening and closing tag = there was none
I checked the export php, the code from line 155 (bold) is
function theme_add_export_option_page() {
add_theme_page(__('Billion Themler', THEME_NS), __('Billion Themler', THEME_NS), 'edit_themes', 'theme_editor', 'theme_editor');
global $submenu;
<strong>foreach($submenu['themes.php'] as $key => $value) {</strong>
if (in_array('theme_editor', $value)) {
unset($submenu['themes.php'][$key]);
break;
}
I chnaged the Theme to the default theme and this solved the problem, too. So it is theme related, but I want to keep the theme and the admin login is working, so I hope this is something I can solve without getting rid of the theme.
Any ideas?
Thanks for your help