Digital experiences for all disciplines
Forum Replies Created
-
-
I do not have
$target = "_blank";
Here is line 325 to 332
if ($client_link_url) { if ($client_link_same_window) { $target = "_self"; } $items .= '<a href="'.$client_link_url.'" target="_blank"><img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" alt="'.$image_alt.'" /></a>'; } else { $items .= '<img src="'.$image[0].'" width="'.$image[1].'" height="'.$image[2].'" alt="'.$image_alt.'" />'; }
Do you mean
$target = "_self";
to edit?What about the changes in
/dante/swift-framework/page-builder/builder/shortcodes/clients.php
and future updates of the (parent)theme? Do I have to edit the file after every update or does the filter in the child-theme functions.php prevent an overwrite?Hi David.
Can I add this function to the child theme by myself? Sure, If it’s too complicated, I add my FTP details.
But I would like to try by myself with regard to the future and similiar issues.What do I have to do? 🙂
Thx.
October 11, 2016 at 12:46 pm in reply to: Subtitle in Standard-Header also after Theme-Update #295714that was easy and works fine, thanks a lot!
October 10, 2016 at 8:57 am in reply to: Subtitle in Standard-Header also after Theme-Update #295411no idea? 🙁
same here (
seems to be a setting issue. played around and now it works … but can`t say why 😀
Same here, only white Page. Till yesterday all worked. 🙁
Any Solutions?
that was easy 🙂 big thx!
previous measures:
– re-save permalinks
– delete .htaccess
– delete rewrite-rules in wp-options sqlno improvement so far 🙁
with this plugin i get 404 error for every custom post type with the setting “/%postname%/”
what’s wrong?
December 1, 2015 at 11:09 pm in reply to: Too many items in "Main Menu" of the Demo Content? #232576thx a lot, –> max_input_vars = 3000 <– works fine! 🙂
hi david
with other themes the problem also persists …
For example with twenty15 or betheme i can add up to 86 menu items and save – after all 10 more than with dante. Select as main menu is only possible with the maximum of 85 menu items – also 10 more than with dante.
whence does the limitation come from with the max of menu items? any file?
For example, i’ve edit the jobs_type.php
‘rewrite’ => false, –> ‘rewrite’ => true,
and it works, but i think, only until the next theme update is online 🙁
November 27, 2015 at 10:14 am in reply to: Too many items in "Main Menu" of the Demo Content? #231739Good Morning. 🙂
A few more Infos …
– it is not possible to add and save more than 76 items per menu under –> backend > design > menu
– it is not possible to set an menu with more than 75 items as “Main Menu” under –> backend > design > menu -